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:
zwelch 2009-06-19 23:56:52 +00:00
parent 40d7e81c45
commit 580a05a07f
4 changed files with 0 additions and 25 deletions

View File

@ -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: ***
*/

View File

@ -1322,10 +1322,3 @@ static __inline__ void Jim_InitEmbedded(void) {
#endif
#endif /* __JIM__H */
/*
* Local Variables: ***
* c-basic-offset: 4 ***
* tab-width: 4 ***
* End: ***
*/

View File

@ -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 *

View File

@ -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:
*/