Replaced tab indentation ith spaces

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

View File

@ -116,11 +116,11 @@ class OSGVIEWER_EXPORT GraphicsWindowWin32 : public osgViewer::GraphicsWindow, p
virtual bool registerWindowProcedure(); virtual bool registerWindowProcedure();
virtual bool unregisterWindowProcedure(); virtual bool unregisterWindowProcedure();
#ifdef OSG_USE_EGL #ifdef OSG_USE_EGL
virtual const EGL::ContextInfo createContextImplementation(); virtual const EGL::ContextInfo createContextImplementation();
#else #else
virtual HGLRC createContextImplementation(); virtual HGLRC createContextImplementation();
#endif #endif
virtual bool createWindow(); virtual bool createWindow();
virtual bool setWindow( HWND handle ); virtual bool setWindow( HWND handle );