Whitespace cleanup in root and 'build' folder.

* Removed trailing whitespace and empty lines at top of files.
This commit is contained in:
Oliver Tappe
2014-05-01 12:55:41 +02:00
parent 79895eed07
commit 8c54af563c
28 changed files with 189 additions and 196 deletions
-1
View File
@@ -1,4 +1,3 @@
rule SetupBoot rule SetupBoot
{ {
# Usage SetupBoot <sources_or_objects> : <extra_cc_flags> : <include_private_headers> ; # Usage SetupBoot <sources_or_objects> : <extra_cc_flags> : <include_private_headers> ;
-1
View File
@@ -1,4 +1,3 @@
# Variable naming conventions: # Variable naming conventions:
# TARGET_*: A build system variable specifying a property for building for # TARGET_*: A build system variable specifying a property for building for
# the target platform (usually Haiku). E.g. TARGET_CC specifies the # the target platform (usually Haiku). E.g. TARGET_CC specifies the
-1
View File
@@ -1,4 +1,3 @@
# FIncludes <dirs> ; # FIncludes <dirs> ;
# #
# Overridden to support a second argument, the option to be used. # Overridden to support a second argument, the option to be used.
-1
View File
@@ -1,4 +1,3 @@
rule SetupKernel rule SetupKernel
{ {
# Usage SetupKernel <sources_or_objects> : <extra_cc_flags> : <include_private_headers> ; # Usage SetupKernel <sources_or_objects> : <extra_cc_flags> : <include_private_headers> ;
-1
View File
@@ -1,4 +1,3 @@
rule AddSharedObjectGlueCode rule AddSharedObjectGlueCode
{ {
# AddSharedObjectGlueCode <target> : <isExecutable> ; # AddSharedObjectGlueCode <target> : <isExecutable> ;
-1
View File
@@ -1,4 +1,3 @@
rule SetupObjectsDir rule SetupObjectsDir
{ {
# SetupObjectsDir # SetupObjectsDir
-1
View File
@@ -1,4 +1,3 @@
# unit test pseudo target # unit test pseudo target
NotFile unittests ; NotFile unittests ;