Whitespace cleanup only.

This commit is contained in:
Michael Lotz
2015-04-11 13:37:28 +02:00
parent 268bbb1f8c
commit 827f11e986
2 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ AddSymlinkToPackage lib : libbe.so : liblocale.so ;
AddFilesToPackage servers : $(SYSTEM_SERVERS) ; AddFilesToPackage servers : $(SYSTEM_SERVERS) ;
# apps # apps
AddFilesToPackage : runtime_loader Deskbar Tracker ; AddFilesToPackage : runtime_loader Deskbar Tracker ;
AddFilesToPackage bin : $(SYSTEM_BIN) consoled ; AddFilesToPackage bin : $(SYSTEM_BIN) consoled ;
AddFilesToPackage apps : $(SYSTEM_APPS) ; AddFilesToPackage apps : $(SYSTEM_APPS) ;
AddFilesToPackage preferences : $(SYSTEM_PREFERENCES) ; AddFilesToPackage preferences : $(SYSTEM_PREFERENCES) ;
+1 -1
View File
@@ -502,7 +502,7 @@ BTranslationUtils::PutStyledText(BTextView *fromView, BPositionIO *intoStream,
// if there is an error. // if there is an error.
// This block of code is where I do all of the writing of the // This block of code is where I do all of the writing of the
// data to the stream. I've gathered all of the data that I // data to the stream. I've gathered all of the data that I
// need at this point. // need at this point.
bool ok = false; bool ok = false;
while (!ok) { while (!ok) {