summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorJiri Malak <malak.jiri@gmail.com>2014-03-16 11:35:18 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-17 14:23:52 (GMT)
commitfbc883c94237a488084e863a79e5301c12171aa6 (patch)
treeba8608687a7b2f5d072d1497c67fdbd1ab95c432 /Source/cmLocalUnixMakefileGenerator3.cxx
parentfb4aff058d2595078300b682dc477f0ccba6d31b (diff)
downloadCMake-fbc883c94237a488084e863a79e5301c12171aa6.zip
CMake-fbc883c94237a488084e863a79e5301c12171aa6.tar.gz
CMake-fbc883c94237a488084e863a79e5301c12171aa6.tar.bz2
Watcom: Add one blank line to Makefile for better readability
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 2d36089..d3836df 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -829,6 +829,7 @@ cmLocalUnixMakefileGenerator3
"!ifndef VERBOSE\n"
".SILENT\n"
"!endif\n"
+ "\n"
;
}
else