build: cleanup src/xsvf directory
[fw/openocd] / src / xsvf / xsvf.h
index 7ce3711337ec7d3f782a1a8f3edd9191b683f614..508e603cceb3369e3945158115b26b9d276d7de5 100644 (file)
@@ -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 */