From c6b72ad6e41811227a0852cebbd787f49a6ffea4 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Sat, 6 Apr 2013 23:01:24 -0400 Subject: [PATCH] Tiny style fix, thanks Axel --- src/apps/deskbar/BarApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/BarApp.h b/src/apps/deskbar/BarApp.h index 2540ca0fb8..62f16b451c 100644 --- a/src/apps/deskbar/BarApp.h +++ b/src/apps/deskbar/BarApp.h @@ -72,7 +72,7 @@ const int32 kMinimumIconSize = 16; const int32 kMaximumIconSize = 96; const int32 kIconSizeInterval = 8; const int32 kIconCacheCount = (kMaximumIconSize - kMinimumIconSize) - / kIconSizeInterval + 1; + / kIconSizeInterval + 1; // update preferences message constant const uint32 kUpdatePreferences = 'Pref';