From 512655b4481e9e4b8bcf3c1a5d09743ce5a5178a Mon Sep 17 00:00:00 2001 From: andreja6 Date: Wed, 2 May 2018 17:10:29 -0700 Subject: [PATCH] Changed spacing --- Globals.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Globals.cpp b/Globals.cpp index 0d56133..3cc0e67 100644 --- a/Globals.cpp +++ b/Globals.cpp @@ -6,11 +6,6 @@ int const Globals::major = 0; int const Globals::minor = 4; int const Globals::patch = 2; -Globals::Globals(void) -{ +Globals::Globals(void){} -} - -Globals::~Globals(void) -{ -} \ No newline at end of file +Globals::~Globals(void){}