From cb26a09770eb911732f753d2db010b410ac9d241 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 17 Nov 2015 19:30:46 +0000 Subject: [PATCH] Very minor cleanup of a comment to fit onto two lines. --- source/tools/bitmapcode.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/tools/bitmapcode.cpp b/source/tools/bitmapcode.cpp index 5130be8..222d2dc 100644 --- a/source/tools/bitmapcode.cpp +++ b/source/tools/bitmapcode.cpp @@ -503,8 +503,7 @@ int main(int argc, char *argv[]) std::cout << hppg << " .hpp files generated." << std::endl; // Write a success flag so that future runs won't take - // place thus speeding up the compilation process as - // required. + // place thus speeding up the compilation process as required. fstream bitmapflag; -- 2.39.2