From a557d613888dba9e95167c8f4a84537c451ef284 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 23 Jan 2017 15:26:01 +0330 Subject: cosmetic changes --- mutator_aux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mutator_aux.h b/mutator_aux.h index 45316ea..c70d04e 100644 --- a/mutator_aux.h +++ b/mutator_aux.h @@ -43,7 +43,6 @@ bool IsTheMatchInMainFile(bool MainFileFlag, bool MainFile, SourceLocation SL); bool IsTheMatchInMainFile(bool MainFileFlag, bool MainFile); /*********************************************************************************************************************/ - /*@DEVI- for both report classes, if the program gets terminated, since the destructor does not close the report files, what happens to them is implementation-defined in case of let's say an exit, but since we erase the files everytime a new instance of mutator-lvl0 is called, we are fine. or so i think.*/ @@ -73,7 +72,7 @@ private: XMLDocument XMLReportDoc; XMLNode* RootPointer; }; - +/*********************************************************************************************************************/ class JSONReport { public: @@ -98,7 +97,6 @@ private: /*********************************************************************************************************************/ /*end of namespace Devi*/ } - #endif /*********************************************************************************************************************/ /*last line intentionally left blank.*/ -- cgit v1.2.3