view maintainers_fix_indentation_in_use_rathaxes.patch @ 106:976a4b87803f

Fix the resolution and the e1000 sample with the new scalar ref feature
author David Pineau <dav.pineau@gmail.com>
date Mon, 25 Mar 2013 01:17:56 +0100
parents 8e8aa342078b
children 3523e795bdf9
line wrap: on
line source

# HG changeset patch
# Parent 73e1430ceb46483e9a1225b1414d53dfed9accbf
maintainers: fix identation in UseRathaxes.cmake

diff --git a/maintainers/CMakeScripts/UseRathaxes.cmake b/maintainers/CMakeScripts/UseRathaxes.cmake
--- a/maintainers/CMakeScripts/UseRathaxes.cmake
+++ b/maintainers/CMakeScripts/UseRathaxes.cmake
@@ -221,9 +221,9 @@
 
         ADD_CUSTOM_TARGET("${NAME}" ALL DEPENDS "${KERNEL_OBJECT_NAME}")
 
-ELSE (${SYSTEM} MATCHES "Linux")
-	MESSAGE(STATUS "Don't know how to build kernel modules for ${SYSTEM} (yet)")
-ENDIF (${SYSTEM} MATCHES "Linux")
+    ELSE (${SYSTEM} MATCHES "Linux")
+            MESSAGE(STATUS "Don't know how to build kernel modules for ${SYSTEM} (yet)")
+    ENDIF (${SYSTEM} MATCHES "Linux")
 ENDFUNCTION(ADD_RATHAXES_LKM NAME RATHAXES_SOURCE)
 
 # Like FIND_PACKAGE but also search in the Rathaxes directories. Usage: