diff options
author | Jiri Malak <malak.jiri@gmail.com> | 2014-03-16 11:35:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-17 14:23:52 (GMT) |
commit | fbc883c94237a488084e863a79e5301c12171aa6 (patch) | |
tree | ba8608687a7b2f5d072d1497c67fdbd1ab95c432 /Source/cmLocalUnixMakefileGenerator3.cxx | |
parent | fb4aff058d2595078300b682dc477f0ccba6d31b (diff) | |
download | CMake-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.cxx | 1 |
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 |