Browse Source

formatting

Dave Schuyler 21 years ago
parent
commit
1425ae5fa4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectScrolledList.py

+ 1 - 1
direct/src/gui/DirectScrolledList.py

@@ -188,7 +188,7 @@ class DirectScrolledList(DirectFrame):
        
         if self['command']:
             # Pass any extra args to command
-            apply(self['command'], self['extraArgs'])    
+            apply(self['command'], self['extraArgs'])
         return ret
 
     def makeAllItems(self):