summaryrefslogtreecommitdiffstats
path: root/dev/rays/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/rays/main.cc')
-rw-r--r--dev/rays/main.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/dev/rays/main.cc b/dev/rays/main.cc
index 3bbc8b8..7550843 100644
--- a/dev/rays/main.cc
+++ b/dev/rays/main.cc
@@ -1,9 +1,9 @@
-/** CSci-4611 In-Class Example */
-
-#include "example.h"
-
-int main(int argc, const char *argv[]) {
- Example app;
- app.Run();
- return 0;
-}
+/** CSci-4611 In-Class Example */
+
+#include "example.h"
+
+int main(int argc, const char *argv[]) {
+ Example app;
+ app.Run();
+ return 0;
+}