Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13961 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
index c8ef58b..58b8da7 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -141,7 +141,7 @@
void SkDebuggerGUI::actionToggleIndexStyle() {
fIndexStyleToggle = !fIndexStyleToggle;
SkListWidget* list = (SkListWidget*) fListWidget.itemDelegate();
- list->setIndexStyle(fIndexStyleToggle ? SkListWidget::kIndex_IndexStyle :
+ list->setIndexStyle(fIndexStyleToggle ? SkListWidget::kIndex_IndexStyle :
SkListWidget::kOffset_IndexStyle);
fListWidget.update();
}