nrf51: Update known devices table.
[fw/openocd] / src / xsvf / xsvf.h
index 7ce3711337ec7d3f782a1a8f3edd9191b683f614..3f35aea5233a689ca090571ba4763b6ccc7e9b06 100644 (file)
@@ -15,8 +15,9 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 */