summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-07-04 11:56:01 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-07-04 11:56:01 +0300
commitc877eac422dc0d1116547d4cb83e618f0b5b6741 (patch)
tree72aaeb20f02a7ef631ce7da53b5fc1e0a0ee6ea6 /indra/llrender/llgl.cpp
parent9fde798bd81c703f85c144b118d0bf7a3c557c33 (diff)
Fixed line endings in llgl.cpp
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
+