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

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