David Brownell <david-b@pacbell.net> whitespace fixes.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1690 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1287,7 +1287,7 @@ int arm7_9_full_context(target_t *target)
|
||||
/* iterate through processor modes (User, FIQ, IRQ, SVC, ABT, UND)
|
||||
* SYS shares registers with User, so we don't touch SYS
|
||||
*/
|
||||
for(i = 0; i < 6; i++)
|
||||
for (i = 0; i < 6; i++)
|
||||
{
|
||||
u32 mask = 0;
|
||||
u32* reg_p[16];
|
||||
|
||||
Reference in New Issue
Block a user