From d83694f1d8f55fe49c4e41120b1d0da8d4dfe310 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 25 Aug 2017 12:07:55 +0200 Subject: [PATCH] preprocessor: fix spacing in message --- DynareMain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynareMain.cc b/DynareMain.cc index 49c26025..62ae0427 100644 --- a/DynareMain.cc +++ b/DynareMain.cc @@ -62,7 +62,7 @@ usage() #if defined(_WIN32) || defined(__CYGWIN32__) || defined(__MINGW32__) << " [cygwin] [msvc] [mingw]" #endif - << "[json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple]" + << " [json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple]" << endl; exit(EXIT_FAILURE); }