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