Remove editor preferences from source files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2294 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
40d7e81c45
commit
580a05a07f
|
@ -12833,12 +12833,3 @@ Jim_Debug_ArgvString( Jim_Interp *interp, int argc, Jim_Obj *const *argv )
|
|||
|
||||
return Jim_GetString( debug_string_obj, NULL );
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Local Variables: ***
|
||||
* c-basic-offset: 4 ***
|
||||
* tab-width: 4 ***
|
||||
* End: ***
|
||||
*/
|
||||
|
|
|
@ -1322,10 +1322,3 @@ static __inline__ void Jim_InitEmbedded(void) {
|
|||
#endif
|
||||
|
||||
#endif /* __JIM__H */
|
||||
|
||||
/*
|
||||
* Local Variables: ***
|
||||
* c-basic-offset: 4 ***
|
||||
* tab-width: 4 ***
|
||||
* End: ***
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// vim:ts=4 sw=4:
|
||||
|
||||
/***************************************************************************
|
||||
* Copyright (C) 2009 by Dimitar Dimitrov <dinuxbg@gmail.com> *
|
||||
* based on Dominic Rath's and Benedikt Sauter's usbprog.c *
|
||||
|
|
|
@ -1502,10 +1502,3 @@ static int handle_tms_sequence_command(struct command_context_s *cmd_ctx, char *
|
|||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
/*
|
||||
* Local Variables:
|
||||
* c-basic-offset: 4
|
||||
* tab-width: 4
|
||||
* End:
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue