Commit 959919dd authored by raburton's avatar raburton

set eol-style native on new file

parent 9c3d5bd9
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern const char *opt_show_polygon_xpm[]; extern const char *opt_show_polygon_xpm[];
#else #else
const char * opt_show_polygon_xpm[] = { const char * opt_show_polygon_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
"! c black", "! c black",
...@@ -23,5 +23,5 @@ const char * opt_show_polygon_xpm[] = { ...@@ -23,5 +23,5 @@ const char * opt_show_polygon_xpm[] = {
" # # ", " # # ",
" # # ", " # # ",
" # # ", " # # ",
" ###### "}; " ###### "};
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment