Remove whitespace that occurs after '('.
- Replace '([ \t]*' with '('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2376 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
int handle_arm9tdmi_catch_vectors_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
|
||||
|
||||
/* forward declarations */
|
||||
int arm9tdmi_target_create( struct target_s *target, Jim_Interp *interp );
|
||||
int arm9tdmi_target_create(struct target_s *target, Jim_Interp *interp );
|
||||
|
||||
int arm9tdmi_quit(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user