Delete trailing whitespace.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 12 Jun 2014 21:27:03 +0000 (21:27 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 12 Jun 2014 21:27:03 +0000 (21:27 +0000)
Hopefully this forces cmake to re-run.

llvm-svn: 210830

llvm/CMakeLists.txt

index f5ff2c6..36e6ed8 100644 (file)
@@ -234,7 +234,7 @@ option(LLVM_USE_OPROFILE
 # If enabled, verify we are on a platform that supports oprofile.
 if( LLVM_USE_OPROFILE )
   if( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
-    message(FATAL_ERROR "OProfile support is available on Linux only.") 
+    message(FATAL_ERROR "OProfile support is available on Linux only.")
   endif( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
 endif( LLVM_USE_OPROFILE )