From 3a6a756d3415e32ed57f16d076e069cf5b2bcfbf Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 7 Dec 2009 12:35:33 +0000 Subject: [PATCH] Converted tabs to four spaces --- include/osgViewer/api/Cocoa/PixelBufferCocoa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/osgViewer/api/Cocoa/PixelBufferCocoa b/include/osgViewer/api/Cocoa/PixelBufferCocoa index 203be4ebd..c068bb6ff 100755 --- a/include/osgViewer/api/Cocoa/PixelBufferCocoa +++ b/include/osgViewer/api/Cocoa/PixelBufferCocoa @@ -34,14 +34,14 @@ namespace osgViewer class OSGVIEWER_EXPORT PixelBufferCocoa : public osg::GraphicsContext { public: - struct Implementation; + struct Implementation; PixelBufferCocoa(osg::GraphicsContext::Traits* traits): - _valid(false), - _initialized(false), + _valid(false), + _initialized(false), _realized(false), _context(NULL) - { + { _traits = traits; init(); @@ -99,7 +99,7 @@ class OSGVIEWER_EXPORT PixelBufferCocoa : public osg::GraphicsContext protected: - + ~PixelBufferCocoa(); @@ -109,7 +109,7 @@ class OSGVIEWER_EXPORT PixelBufferCocoa : public osg::GraphicsContext bool _valid; bool _initialized; bool _realized; - NSOpenGLContext* _context; + NSOpenGLContext* _context; }; }