Commit ca65ea3b authored by hybrid's avatar hybrid

Fix indentation

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4134 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 975e5673
...@@ -604,7 +604,6 @@ bool CIrrDeviceMacOSX::createWindow() ...@@ -604,7 +604,6 @@ bool CIrrDeviceMacOSX::createWindow()
#else #else
CFDictionaryRef displaymode, olddisplaymode; CFDictionaryRef displaymode, olddisplaymode;
#endif #endif
GLint numPixelFormats, newSwapInterval; GLint numPixelFormats, newSwapInterval;
int alphaSize = CreationParams.WithAlphaChannel?4:0; int alphaSize = CreationParams.WithAlphaChannel?4:0;
...@@ -698,7 +697,6 @@ bool CIrrDeviceMacOSX::createWindow() ...@@ -698,7 +697,6 @@ bool CIrrDeviceMacOSX::createWindow()
{ {
os::Printer::log("No FSAA available.", ELL_WARNING); os::Printer::log("No FSAA available.", ELL_WARNING);
} }
} }
} }
} }
...@@ -1891,3 +1889,4 @@ video::IVideoModeList* CIrrDeviceMacOSX::getVideoModeList() ...@@ -1891,3 +1889,4 @@ video::IVideoModeList* CIrrDeviceMacOSX::getVideoModeList()
} // end namespace } // end namespace
#endif // _IRR_COMPILE_WITH_OSX_DEVICE_ #endif // _IRR_COMPILE_WITH_OSX_DEVICE_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment