view maintainers_fix_indentation_in_use_rathaxes.patch @ 102:8e8aa342078b

Close the series on the slides and backup some wip on the abstract type nightmare in e1000
author Louis Opter <louis@lse.epita.fr>
date Thu, 28 Feb 2013 23:30:59 -0800
parents
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: