summaryrefslogtreecommitdiff
path: root/test
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
parent206675a3b1495dd03067d764a5a97819e572b558 (diff)
Fix .clang-format and some whitespace errors
.clang-format: UseTab: ForIndentation -> Never Update fluid generated files
Diffstat (limited to 'test')
-rw-r--r--test/file_chooser.cxx2
-rw-r--r--test/pixmap_browser.cxx2
2 files changed, 2 insertions, 2 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"
diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx
index f625e585f..7f30c8abe 100644
--- a/test/pixmap_browser.cxx
+++ b/test/pixmap_browser.cxx
@@ -23,7 +23,7 @@
#include <FL/Fl_Printer.H>
#include <string.h>
#include <errno.h>
-#include <locale.h> // setlocale()..
+#include <locale.h> // setlocale()..
#include <FL/Fl_File_Chooser.H>
#include <FL/fl_message.H>
#include <FL/Fl_SVG_File_Surface.H>