summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index f8aa63c16f..79a50d199a 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -2563,8 +2563,9 @@ void LLGLSyncFence::wait()
#if LL_WINDOWS
// Expose desired use of high-performance graphics processor to Optimus driver
-extern "C"
-{
- _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
-}
-#endif \ No newline at end of file
+extern "C"
+{
+ _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
+}
+#endif
+