diff options
author | Brad King <brad.king@kitware.com> | 2009-05-14 13:26:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-05-14 13:26:47 (GMT) |
commit | 317b3a0ef859320f81d5a84c2abbcf2368d17151 (patch) | |
tree | 98cb153443204fa0c3087aee5bb60e367528b09c /Source | |
parent | 66a92954ee5b8ea8bdfdd62f228e5d6dd5a89ada (diff) | |
download | CMake-317b3a0ef859320f81d5a84c2abbcf2368d17151.zip CMake-317b3a0ef859320f81d5a84c2abbcf2368d17151.tar.gz CMake-317b3a0ef859320f81d5a84c2abbcf2368d17151.tar.bz2 |
STYLE: Remove trailing whitespace
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/kwsysPrivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/kwsysPrivate.h b/Source/kwsys/kwsysPrivate.h index dd3b75f..0e4c32c 100644 --- a/Source/kwsys/kwsysPrivate.h +++ b/Source/kwsys/kwsysPrivate.h @@ -24,7 +24,7 @@ Define KWSYS_HEADER macro to help the c and cxx files include kwsys headers from the configured namespace directory. The macro can be used like this: - + #include KWSYS_HEADER(Directory.hxx) #include KWSYS_HEADER(std/vector) */ |