]> git.sur5r.net Git - openocd/commitdiff
Remove editor preferences from source files.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 19 Jun 2009 23:56:52 +0000 (23:56 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 19 Jun 2009 23:56:52 +0000 (23:56 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2294 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/jim.c
src/helper/jim.h
src/jtag/arm-jtag-ew.c
src/jtag/tcl.c

index 78b6e6cedabcad7a8d65ca562cec02c1b1eb2fca..6a795bb74d36f03c97cb0df85f46a655cd88eaaf 100644 (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: ***
- */
index f52fda14c1a05dbff3550b100a64fb6dfc09974f..f8c189aee23bad3bf6f158d39378226d6c5a1814 100644 (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: ***
- */
index 150cabf1f07f972a864c49374acf79ad91df35e3..202bb392b14d8a794b71528a5b3350f88171ae62 100644 (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               *
index 44d652de85edea32014528f748ee6aae67d2c9a7..a6c4ded54f4be7ec1760218b85812e3db87e7cd5 100644 (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:
- */