From 8e5687fab6cf8ecb8943287414fd947680a63c02 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 6 Feb 2016 12:05:04 +0100 Subject: [PATCH] Added missing newline after save_on_compile_or_run --- src/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.h b/src/files.h index b626836..75941a1 100644 --- a/src/files.h +++ b/src/files.h @@ -130,7 +130,7 @@ const std::string configjson = " \"cmake_command\": \"cmake\",\n" #endif " \"make_command\": \"cmake --build .\",\n" -" \"save_on_compile_or_run\": false" +" \"save_on_compile_or_run\": false\n" " },\n" " \"documentation_searches\": {\n" " \"clang\": {\n"