summaryrefslogtreecommitdiffstats
path: root/src/gtkglextmm-test.cpp
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-29 10:10:58 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-29 10:10:58 (GMT)
commit686c9ee25d23b5c57aa9ccdf549480caa1804c63 (patch)
treea34a13ad03f33824af6d78012d27b04e91aa5e00 /src/gtkglextmm-test.cpp
parenta04d4ca72829098ce0b46176b0578543d85a8f9a (diff)
downloadmxe-686c9ee25d23b5c57aa9ccdf549480caa1804c63.zip
mxe-686c9ee25d23b5c57aa9ccdf549480caa1804c63.tar.gz
mxe-686c9ee25d23b5c57aa9ccdf549480caa1804c63.tar.bz2
Fix line ending style (DOS -> Unix) for some test programs
Diffstat (limited to 'src/gtkglextmm-test.cpp')
-rw-r--r--src/gtkglextmm-test.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/gtkglextmm-test.cpp b/src/gtkglextmm-test.cpp
index 2a10220..e6adbb6 100644
--- a/src/gtkglextmm-test.cpp
+++ b/src/gtkglextmm-test.cpp
@@ -1,15 +1,15 @@
-/*
- * This file is part of MXE.
- * See doc/index.html for further information.
- */
-
-#include <gtkmm/main.h>
-#include <gtkmm/gl/init.h>
-
-int main(int argc, char *argv[])
-{
- Gtk::Main g(argc, argv);
- Gtk::GL::init(argc, argv);
- g.run();
- return 0;
-}
+/*
+ * This file is part of MXE.
+ * See doc/index.html for further information.
+ */
+
+#include <gtkmm/main.h>
+#include <gtkmm/gl/init.h>
+
+int main(int argc, char *argv[])
+{
+ Gtk::Main g(argc, argv);
+ Gtk::GL::init(argc, argv);
+ g.run();
+ return 0;
+}