Replace tabs with spaces

This commit is contained in:
OpenSceneGraph git repository 2019-12-11 17:05:03 +00:00 committed by GitHub
parent 0e40e4e689
commit 938824450c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class OSGVIEWER_EXPORT PixelBufferWin32 : public osg::GraphicsContext, public os
bool _valid; bool _valid;
bool _realized; bool _realized;
int _boundBuffer; int _boundBuffer;
bool _supportBindTexImage; bool _supportBindTexImage;
}; };
} }