Tracker: Obligatory style fixes

This commit is contained in:
John Scipione
2015-03-04 14:22:02 -05:00
parent 9cdba41add
commit 5b6e8d49c1
+1 -1
View File
@@ -673,7 +673,7 @@ BInfoWindow::MessageReceived(BMessage* message)
void
BInfoWindow::GetSizeString(BString &result, off_t size, int32 fileCount)
BInfoWindow::GetSizeString(BString& result, off_t size, int32 fileCount)
{
static BMessageFormat sizeFormat(B_TRANSLATE(
"{0, plural, one{(# byte)} other{(# bytes)}}"));