Fix coding style
authorPeng Huang <shawn.p.huang@gmail.com>
Thu, 14 Jan 2010 00:31:37 +0000 (08:31 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Thu, 14 Jan 2010 00:31:37 +0000 (08:31 +0800)
ui/gtk/candidatepanel.py

index a99b6947478d9ca16f3c4c1642760603f281da88..23ec25890788d292d8a9e1cd448e99df1d3f72d7 100644 (file)
@@ -299,7 +299,7 @@ class CandidatePanel(gtk.VBox):
             vbox.pack_start(self.__aux_label, False, False, 0)
             self.pack_start(vbox, False, False, 5)
             self.pack_start(HSeparator(), False, False)
-            hbox= gtk.HBox()
+            hbox = gtk.HBox()
             hbox.pack_start(self.__candidate_area, True, True, 2)
             hbox.pack_start(VSeparator(), False, False)
             hbox.pack_start(self.__prev_button, False, False, 2)