summaryrefslogtreecommitdiff
path: root/test/file_chooser.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-08-22 13:35:42 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-08-22 13:35:42 +0200
commit340e2ac3a176ae04c89c1a3e1036472d3e847c62 (patch)
tree8a4d21df0fe2c6c7265d2acbb33669d80eac679f /test/file_chooser.cxx
parent206675a3b1495dd03067d764a5a97819e572b558 (diff)
Fix .clang-format and some whitespace errors
.clang-format: UseTab: ForIndentation -> Never Update fluid generated files
Diffstat (limited to 'test/file_chooser.cxx')
-rw-r--r--test/file_chooser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index 2d72c7f6b..abd5a081e 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -39,7 +39,7 @@
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Simple_Terminal.H>
#include <string.h>
-#include <locale.h> // setlocale()..
+#include <locale.h> // setlocale()..
#define TERMINAL_HEIGHT 120
#define TERMINAL_GREEN "\033[32m"