From 8c5a9ac2187e2d9cd4f76b48177e15e1e7c6a470 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 23 Dec 2007 13:08:14 +0000 Subject: [PATCH] Fixed indentation --- include/osg/GraphicsContext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/GraphicsContext b/include/osg/GraphicsContext index 5c64a82b5..483ab89d9 100644 --- a/include/osg/GraphicsContext +++ b/include/osg/GraphicsContext @@ -424,7 +424,7 @@ class OSG_EXPORT GraphicsContext : public Object OperationQueue _operations; osg::ref_ptr _currentOperation; - ref_ptr _graphicsThread; + ref_ptr _graphicsThread; ref_ptr _resizedCallback;