From 342403a02f8063903d0f38327430721d4d0ae331 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 20 Sep 2021 18:15:14 -0500 Subject: do ass1 --- dev/MinGfx/example/main-circleviewer.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'dev/MinGfx/example/main-circleviewer.cpp') diff --git a/dev/MinGfx/example/main-circleviewer.cpp b/dev/MinGfx/example/main-circleviewer.cpp index 50e0d33..9c8f143 100644 --- a/dev/MinGfx/example/main-circleviewer.cpp +++ b/dev/MinGfx/example/main-circleviewer.cpp @@ -1,12 +1,12 @@ - -#include "CircleViewer.h" - - -int main(int argc, char **argv) { - - CircleViewer app; - app.Run(); - - return 0; -} - + +#include "CircleViewer.h" + + +int main(int argc, char **argv) { + + CircleViewer app; + app.Run(); + + return 0; +} + -- cgit v1.2.3