Tracker: Obligatory style fixes
This commit is contained in:
@@ -673,7 +673,7 @@ BInfoWindow::MessageReceived(BMessage* message)
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
BInfoWindow::GetSizeString(BString &result, off_t size, int32 fileCount)
|
BInfoWindow::GetSizeString(BString& result, off_t size, int32 fileCount)
|
||||||
{
|
{
|
||||||
static BMessageFormat sizeFormat(B_TRANSLATE(
|
static BMessageFormat sizeFormat(B_TRANSLATE(
|
||||||
"{0, plural, one{(# byte)} other{(# bytes)}}"));
|
"{0, plural, one{(# byte)} other{(# bytes)}}"));
|
||||||
|
|||||||
Reference in New Issue
Block a user