diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-03 03:52:07 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-03 03:52:07 +0000 |
commit | 895f32c212032e546c743bf0a815044981521160 (patch) | |
tree | 1b38dbd6d0bcdd202de561c8bfc9e8d0e507735f /Makefile.config.in | |
parent | d27c9fc403ae906c60ca3dfee72001f7e1930492 (diff) |
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index efa8a0b874..44d7416e4f 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -223,7 +223,7 @@ RDYNAMIC := @RDYNAMIC@ #ENABLE_PROFILING = 1 @ENABLE_PROFILING@ -# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will +# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will # exclude assertion checks, otherwise they are included. #DISABLE_ASSERTIONS = 1 @DISABLE_ASSERTIONS@ |