set eol-style native on new file

This commit is contained in:
raburton 2007-11-02 17:43:03 +00:00
parent 9c3d5bd96d
commit 959919dd20
1 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
/* XPM */
#ifndef XPMMAIN
extern const char *opt_show_polygon_xpm[];
#else
const char * opt_show_polygon_xpm[] = {
/* XPM */
#ifndef XPMMAIN
extern const char *opt_show_polygon_xpm[];
#else
const char * opt_show_polygon_xpm[] = {
"16 16 3 1",
" c None",
"! c black",
@ -23,5 +23,5 @@ const char * opt_show_polygon_xpm[] = {
" # # ",
" # # ",
" # # ",
" ###### "};
#endif
" ###### "};
#endif