target.c: remove useless declarations
[fw/openocd] / src / target / register.c
index 8bffe482f742642c614054c565eb6664f6e23228..b9e7770f7eea0e6d2f76e7bbceb819ade9b0ce43 100644 (file)
@@ -2,7 +2,7 @@
  *   Copyright (C) 2005 by Dominic Rath                                    *
  *   Dominic.Rath@gmx.de                                                   *
  *                                                                         *
- *   Copyright (C) 2007,2008 Øyvind Harboe                                 *
+ *   Copyright (C) 2007,2008 Øyvind Harboe                                 *
  *   oyvind.harboe@zylin.com                                               *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -119,7 +119,7 @@ static int register_set_dummy_core_reg(reg_t *reg, uint8_t *buf)
 void register_init_dummy(reg_t *reg)
 {
        static int dummy_arch_type = -1;
-       if (dummy_arch_type == -1 )
+       if (dummy_arch_type == -1)
                dummy_arch_type = register_reg_arch_type(register_get_dummy_core_reg, register_set_dummy_core_reg);
 
        reg->arch_type = dummy_arch_type;