This is an automated email from Gerrit.

Bernhard Kiesbauer ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/1469

-- gerrit

commit a112ed8bec549ee1c404c3b70e9b6ba884610f29
Author: Bernhard Kiesbauer <[email protected]>
Date:   Mon Jul 1 21:41:11 2013 +0200

    Adapting to style guidelines...
    
    Change-Id: I929bb82f6543f89e5e900a80e5b4085a7075026a
    Signed-off-by: Bernhard Kiesbauer <[email protected]>

diff --git a/src/target/dsp563xx.c b/src/target/dsp563xx.c
index dd487d5..a2764ae 100644
--- a/src/target/dsp563xx.c
+++ b/src/target/dsp563xx.c
@@ -315,10 +315,10 @@ enum memory_type {
 };
 
 enum watchpoint_condition {
-  EQUAL,
-  NOT_EQUAL,
-  GREATER,
-  LESS_THAN
+       EQUAL,
+       NOT_EQUAL,
+       GREATER,
+       LESS_THAN
 };
 
 #define INSTR_JUMP      0x0AF080
@@ -913,8 +913,8 @@ static int dsp563xx_init_target(struct command_context 
*cmd_ctx, struct target *
        dsp563xx_build_reg_cache(target);
        struct dsp563xx_common *dsp563xx = target_to_dsp563xx(target);
 
-  dsp563xx->hardware_breakpoints_cleared = 0;
-  dsp563xx->hardware_breakpoint[0].used = BPU_NONE;
+       dsp563xx->hardware_breakpoints_cleared = 0;
+       dsp563xx->hardware_breakpoint[0].used = BPU_NONE;
 
        return ERROR_OK;
 }
@@ -939,7 +939,7 @@ static int dsp563xx_examine(struct target *target)
 
                LOG_INFO("DSP56%03d device found", chip);
 
-    //Clear all breakpoints
+               //Clear all breakpoints
     dsp563xx_once_reg_write(target->tap, 1, DSP563XX_ONCE_OBCR, 0);
        }
 
@@ -2310,21 +2310,21 @@ static const struct command_registration 
dsp563xx_command_handlers[] = {
                .usage = "(>|<|=|!) (r|w|a) address",
        },
        {
-               .name = "wpx", 
+               .name = "wpx",
                .handler = dsp563xx_add_watchpoint_command,
                .mode = COMMAND_EXEC,
                .help = "Create x memspace watchpoint",
                .usage = "(>|<|=|!) (r|w|a) address",
        },
        {
-               .name = "wpy", 
+               .name = "wpy",
                .handler = dsp563xx_add_watchpoint_command,
                .mode = COMMAND_EXEC,
                .help = "Create y memspace watchpoint",
                .usage = "(>|<|=|!) (r|w|a) address",
        },
        {
-               .name = "rwpc", 
+               .name = "rwpc",
                .handler = dsp563xx_remove_watchpoint_command,
                .mode = COMMAND_EXEC,
                .help = "remove watchpoint custom",

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to