Browse Source

tabs to spaces

Dave Schuyler 21 years ago
parent
commit
d8d9aae344
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/framework/pandaFramework.h

+ 1 - 1
panda/src/framework/pandaFramework.h

@@ -65,7 +65,7 @@ public:
   WindowFramework *open_window(GraphicsPipe *pipe = NULL,
                                GraphicsStateGuardian *gsg = NULL);
   WindowFramework *open_window(const WindowProperties &props,
-			       GraphicsPipe *pipe = NULL,
+                               GraphicsPipe *pipe = NULL,
                                GraphicsStateGuardian *gsg = NULL);
 
   INLINE int get_num_windows() const;