[haiku-commits] r38062 - haiku/trunk/src/preferences/filetypes

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 12 Aug 2010 16:22:46 +0200 (CEST)

Author: pulkomandy
Date: 2010-08-12 16:22:46 +0200 (Thu, 12 Aug 2010)
New Revision: 38062
Changeset: http://dev.haiku-os.org/changeset/38062

Modified:
   haiku/trunk/src/preferences/filetypes/IconView.cpp
Log:
Style fix pointed out by J?\195?\131?\194?\169r?\195?\131?\194?\180me.


Modified: haiku/trunk/src/preferences/filetypes/IconView.cpp
===================================================================
--- haiku/trunk/src/preferences/filetypes/IconView.cpp  2010-08-12 13:51:34 UTC 
(rev 38061)
+++ haiku/trunk/src/preferences/filetypes/IconView.cpp  2010-08-12 14:22:46 UTC 
(rev 38062)
@@ -1211,9 +1211,8 @@
                        // where ever a vector icon attribute is present?
                }
 
-               if (icon != fIconData) {
+               if (icon != fIconData)
                        delete icon;
-               }
        }
 
        be_roster->Launch("application/x-vnd.haiku-icon_o_matic", &message);


Other related posts:

  • » [haiku-commits] r38062 - haiku/trunk/src/preferences/filetypes - pulkomandy