aboutsummaryrefslogtreecommitdiff
path: root/src/xsvf/xsvf.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-27 16:47:48 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-02-06 10:45:43 +0000
commitf7772ccb490c3f26a17a0fd15a251ffc5f49e262 (patch)
tree66cf933b26e3e25b7e80e5c7dc46b09a892384a5 /src/xsvf/xsvf.h
parente3b114e285e59f2711423df83296911e6ca0fb02 (diff)
build: cleanup src/xsvf directory
Change-Id: I5325980b240fba841d8cce81985f4da369ad9052 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/410 Tested-by: jenkins
Diffstat (limited to 'src/xsvf/xsvf.h')
-rw-r--r--src/xsvf/xsvf.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xsvf/xsvf.h b/src/xsvf/xsvf.h
index 7ce37113..508e603c 100644
--- a/src/xsvf/xsvf.h
+++ b/src/xsvf/xsvf.h
@@ -17,6 +17,7 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
+
#ifndef XSVF_H
#define XSVF_H
@@ -24,7 +25,7 @@
int xsvf_register_commands(struct command_context *cmd_ctx);
-#define ERROR_XSVF_EOF (-200)
-#define ERROR_XSVF_FAILED (-201)
+#define ERROR_XSVF_EOF (-200)
+#define ERROR_XSVF_FAILED (-201)
-#endif /* XSVF_H */
+#endif /* XSVF_H */