Show More
@@ -438,3 +438,8 b' int main(int argc, char **argv)' | |||||
438 |
|
438 | |||
439 | return 0; |
|
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 b' void init_inotify(void)' | |||||
647 | define_consts(dict); |
|
647 | define_consts(dict); | |
648 | } |
|
648 | } | |
649 | #endif |
|
649 | #endif | |
|
650 | ||||
|
651 | /* Local Variables: */ | |||
|
652 | /* c-file-style: "linux" */ | |||
|
653 | /* indent-tabs-mode: t */ | |||
|
654 | /* End: */ |
@@ -178,3 +178,8 b' PyMODINIT_FUNC initbase85(void)' | |||||
178 | b85prep(); |
|
178 | b85prep(); | |
179 | } |
|
179 | } | |
180 | #endif |
|
180 | #endif | |
|
181 | ||||
|
182 | /* Local Variables: */ | |||
|
183 | /* c-file-style: "linux" */ | |||
|
184 | /* indent-tabs-mode: t */ | |||
|
185 | /* End: */ |
@@ -451,3 +451,7 b' PyMODINIT_FUNC initbdiff(void)' | |||||
451 | } |
|
451 | } | |
452 | #endif |
|
452 | #endif | |
453 |
|
453 | |||
|
454 | /* Local Variables: */ | |||
|
455 | /* c-file-style: "linux" */ | |||
|
456 | /* indent-tabs-mode: t */ | |||
|
457 | /* End: */ |
@@ -188,3 +188,7 b' initdiffhelpers(void)' | |||||
188 | } |
|
188 | } | |
189 | #endif |
|
189 | #endif | |
190 |
|
190 | |||
|
191 | /* Local Variables: */ | |||
|
192 | /* c-file-style: "linux" */ | |||
|
193 | /* indent-tabs-mode: t */ | |||
|
194 | /* End: */ |
@@ -468,3 +468,8 b' initmpatch(void)' | |||||
468 | mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL); |
|
468 | mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL); | |
469 | } |
|
469 | } | |
470 | #endif |
|
470 | #endif | |
|
471 | ||||
|
472 | /* Local Variables: */ | |||
|
473 | /* c-file-style: "linux" */ | |||
|
474 | /* indent-tabs-mode: t */ | |||
|
475 | /* End: */ |
@@ -552,3 +552,8 b' PyMODINIT_FUNC initosutil(void)' | |||||
552 | Py_InitModule3("osutil", methods, osutil_doc); |
|
552 | Py_InitModule3("osutil", methods, osutil_doc); | |
553 | } |
|
553 | } | |
554 | #endif |
|
554 | #endif | |
|
555 | ||||
|
556 | /* Local Variables: */ | |||
|
557 | /* c-file-style: "linux" */ | |||
|
558 | /* indent-tabs-mode: t */ | |||
|
559 | /* End: */ |
General Comments 0
You need to be logged in to leave comments.
Login now