diff options
Diffstat (limited to 'src/myfprintf.h')
-rw-r--r-- | src/myfprintf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/myfprintf.h b/src/myfprintf.h index b169b895c..5f21296bf 100644 --- a/src/myfprintf.h +++ b/src/myfprintf.h @@ -28,3 +28,4 @@ void myfprintfStdLogMode(FILE * out, FILE * err); void myfprintf(FILE * fp, char * format, ... ); #endif +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |