Style fixes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37428 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues
2010-07-08 11:05:31 +00:00
parent 51145d87bd
commit 30a49962db
@@ -625,8 +625,10 @@ FormatView::_SendNotices()
// Make the notification message and send it to the tracker: // Make the notification message and send it to the tracker:
/* /*
BMessage notificationMessage; BMessage notificationMessage;
notificationMessage.AddInt32("TimeFormatSeparator", (int32)settings.TimeFormatSeparator()); notificationMessage.AddInt32("TimeFormatSeparator",
notificationMessage.AddInt32("DateOrderFormat", (int32)settings.DateOrderFormat()); (int32)settings.TimeFormatSeparator());
notificationMessage.AddInt32("DateOrderFormat",
(int32)settings.DateOrderFormat());
notificationMessage.AddBool("24HrClock", settings.ClockIs24Hr()); notificationMessage.AddBool("24HrClock", settings.ClockIs24Hr());
tracker->SendNotices(kDateFormatChanged, &notificationMessage); tracker->SendNotices(kDateFormatChanged, &notificationMessage);
*/ */