This is an automated email from Gerrit.

Brad Riensche (brad.riens...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/1910

-- gerrit

commit 9c3a0494e00546c0d5deaa82defbdf74412e033c
Author: Brad Riensche <brad.riens...@gmail.com>
Date:   Mon Jan 27 22:59:27 2014 -0600

    arm_adi_v5: make formatting changes to complete patch 1427
    
    Change-Id: If4ef7709f2982b539a08d2389976a5e72e4c8218
    Signed-off-by: Brad Riensche <brad.riens...@gmail.com>

diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c
index f57a991..530b643 100644
--- a/src/target/arm_adi_v5.c
+++ b/src/target/arm_adi_v5.c
@@ -1074,7 +1074,7 @@ static int dap_rom_display(struct command_context 
*cmd_ctx,
                                ", CID2 0x%2.2x"
                                ", CID1 0x%2.2x"
                                ", CID0 0x%2.2x",
-                               tabs,(unsigned) cid3, (unsigned) 
cid2,(unsigned) cid1, (unsigned) cid0);
+                               tabs, (unsigned) cid3, (unsigned) cid2, 
(unsigned) cid1, (unsigned) cid0);
        if (memtype & 0x01)
                command_print(cmd_ctx, "\t%sEMTYPE system memory present on 
bus", tabs);
        else

-- 

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to