From 20f438f9de9463e36415f76813659093891a5e27 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 11 Apr 2012 23:56:01 -0400 Subject: [PATCH] Tiny style fix --- src/apps/deskbar/BarApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/BarApp.cpp b/src/apps/deskbar/BarApp.cpp index 1f1244771b..c4dce14eba 100644 --- a/src/apps/deskbar/BarApp.cpp +++ b/src/apps/deskbar/BarApp.cpp @@ -876,7 +876,7 @@ TBarApp::FetchAppIcon(const char* signature, BBitmap* icon) if (defaultAppMime.GetIcon(icon, size) != B_OK) { // couldn't find generic 3 boxes icon // fill with transparent - uint8 *iconBits = (uint8*)icon->Bits(); + uint8* iconBits = (uint8*)icon->Bits(); if (icon->ColorSpace() == B_RGBA32) { int32 i = 0; while (i < icon->BitsLength()) {