Tracker: Obligatory style fixes
This commit is contained in:
parent
9cdba41add
commit
5b6e8d49c1
@ -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)}}"));
|
||||
@ -685,7 +685,7 @@ BInfoWindow::GetSizeString(BString &result, off_t size, int32 fileCount)
|
||||
|
||||
if (size >= kKBSize) {
|
||||
result << " ";
|
||||
|
||||
|
||||
sizeFormat.Format(result, size);
|
||||
// "bytes" translation could come from string_for_size
|
||||
// which could be part of the localekit itself
|
||||
|
Loading…
Reference in New Issue
Block a user