diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:03:09 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:09:14 +0100 |
| commit | 4e75549e7bd8b0ea032cf279066d0fac09577067 (patch) | |
| tree | d624dee7f9e58a9694328753f884cb6099324d7f /test/tiled_image.cxx | |
| parent | fb00fb3d66d01613a1284090608db82424d83b0d (diff) | |
Update dependencies and fix whitespace errors
- replace tabs with spaces
- remove trailing whitespace
Diffstat (limited to 'test/tiled_image.cxx')
| -rw-r--r-- | test/tiled_image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx index 4b313827d..9909df5ad 100644 --- a/test/tiled_image.cxx +++ b/test/tiled_image.cxx @@ -49,7 +49,7 @@ int arg(int argc, char **argv, int &i) { int main(int argc, char **argv) { int i = 1; Fl::args(argc,argv,i,arg); - + #ifdef FLTK_USE_X11 if (visid >= 0) { fl_open_display(); |
