Whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 22 May 2014 10:36:47 +0000 (11:36 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 22 May 2014 10:36:47 +0000 (11:36 +0100)
scripts/boiler.mk

index 4d41d13..29eb5ca 100644 (file)
@@ -75,9 +75,9 @@ endef
 #      delete references to ${BUILD_DIR}/make/include, the "config.mk"
 #      file adds these dependencies automatically.
 #      replace "build/" with "${BUILD_DIR}/" when it's in the middle of a line
-#      
+#
 #      remove sequential duplicate lines
-#      
+#
 #  2) Create empty dependencies from the files
 #
 #      COMMON
@@ -175,7 +175,7 @@ endef
 
 # ADD_TARGET_RULE.* - Parameterized "functions" that adds a new target to the
 #   Makefile.  There should be one ADD_TARGET_RULE definition for each
-#   type of target that is used in the build.  
+#   type of target that is used in the build.
 #
 #   New rules can be added by copying one of the existing ones, and
 #   replacing the line after the "mkdir"
@@ -578,7 +578,7 @@ ECHO = echo
 # Define the "all" target (which simply builds all user-defined targets) as the
 # default goal.
 .PHONY: all
-all: 
+all:
 
 # Add "clean" rules to remove all build-generated files.
 .PHONY: clean