##// END OF EJS Templates
specify C indention style using Emacs file local variables
Martin Geisler -
r13297:613b8bd2 default
parent child Browse files
Show More
@@ -438,3 +438,8 int main(int argc, char **argv)
438 438
439 439 return 0;
440 440 }
441
442 /* Local Variables: */
443 /* c-file-style: "linux" */
444 /* indent-tabs-mode: t */
445 /* End: */
@@ -647,3 +647,8 void init_inotify(void)
647 647 define_consts(dict);
648 648 }
649 649 #endif
650
651 /* Local Variables: */
652 /* c-file-style: "linux" */
653 /* indent-tabs-mode: t */
654 /* End: */
@@ -178,3 +178,8 PyMODINIT_FUNC initbase85(void)
178 178 b85prep();
179 179 }
180 180 #endif
181
182 /* Local Variables: */
183 /* c-file-style: "linux" */
184 /* indent-tabs-mode: t */
185 /* End: */
@@ -451,3 +451,7 PyMODINIT_FUNC initbdiff(void)
451 451 }
452 452 #endif
453 453
454 /* Local Variables: */
455 /* c-file-style: "linux" */
456 /* indent-tabs-mode: t */
457 /* End: */
@@ -188,3 +188,7 initdiffhelpers(void)
188 188 }
189 189 #endif
190 190
191 /* Local Variables: */
192 /* c-file-style: "linux" */
193 /* indent-tabs-mode: t */
194 /* End: */
@@ -468,3 +468,8 initmpatch(void)
468 468 mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL);
469 469 }
470 470 #endif
471
472 /* Local Variables: */
473 /* c-file-style: "linux" */
474 /* indent-tabs-mode: t */
475 /* End: */
@@ -552,3 +552,8 PyMODINIT_FUNC initosutil(void)
552 552 Py_InitModule3("osutil", methods, osutil_doc);
553 553 }
554 554 #endif
555
556 /* Local Variables: */
557 /* c-file-style: "linux" */
558 /* indent-tabs-mode: t */
559 /* End: */
@@ -416,3 +416,7 PyMODINIT_FUNC initparsers(void)
416 416 }
417 417 #endif
418 418
419 /* Local Variables: */
420 /* c-file-style: "linux" */
421 /* indent-tabs-mode: t */
422 /* End: */
@@ -103,3 +103,7
103 103
104 104 #endif /* _HG_UTIL_H_ */
105 105
106 /* Local Variables: */
107 /* c-file-style: "linux" */
108 /* indent-tabs-mode: t */
109 /* End: */
General Comments 0
You need to be logged in to leave comments. Login now