diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-04 11:56:01 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-04 11:56:01 +0300 |
commit | c877eac422dc0d1116547d4cb83e618f0b5b6741 (patch) | |
tree | 72aaeb20f02a7ef631ce7da53b5fc1e0a0ee6ea6 /indra | |
parent | 9fde798bd81c703f85c144b118d0bf7a3c557c33 (diff) |
Fixed line endings in llgl.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llrender/llgl.cpp | 11 |
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 + |