aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-08-19 12:26:02 +0000
committerlloyd <[email protected]>2006-08-19 12:26:02 +0000
commitd513d2aa6d656fbcc5bf51d681ffe100dc9a2a8e (patch)
tree3aab23d6a17b8b9a3b907b7aaeb3bf74c53b0ec8 /misc/config
parentd6ff613df191d078ecb3175a20710d013bcfd3a5 (diff)
Delete trailing whitespace
Diffstat (limited to 'misc/config')
-rwxr-xr-xmisc/config/mkconfig.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/config/mkconfig.pl b/misc/config/mkconfig.pl
index 11dbdf0a8..3d646b774 100755
--- a/misc/config/mkconfig.pl
+++ b/misc/config/mkconfig.pl
@@ -203,7 +203,7 @@ sub print_arch_defines {
$ARCH{$_} = $arch;
}
}
-
+
# Read in a list of submodel aliases and add them to SUBMODEL_ALIAS
if(/^<submodel_aliases>$/) {
while(1) {
@@ -379,7 +379,7 @@ sub print_cc_defines {
$CC_DEBUG_FLAGS{$cc} = $1 if(/^debug_flags \"(.*)\"/);
$CC_NO_DEBUG_FLAGS{$cc} = $1 if(/^no_debug_flags \"(.*)\"/);
$MAKEFILE_STYLE{$cc} = $1 if(/^makefile_style (.*)/);
-
+
# Read in a list of supported CPU types
if(/^<arch>$/) {
while(1) {