Index: app/resource_bundle.cc |
=================================================================== |
--- app/resource_bundle.cc (revision 24065) |
+++ app/resource_bundle.cc (working copy) |
@@ -187,7 +187,7 @@ |
gfx::Font ResourceBundle::GetFont(FontStyle style) { |
LoadFontsIfNecessary(); |
- switch(style) { |
+ switch (style) { |
case SmallFont: |
return *small_font_; |
case MediumFont: |