diff options
| -rw-r--r-- | indra/llinventory/llsettingssky.cpp | 3 | ||||
| -rw-r--r-- | indra/llrender/llrender.cpp | 3 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index a6f0d06e7d..969e0d1791 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -1052,4 +1052,5 @@ void LLSettingsSky::calculateLightSettings() const  LLUUID LLSettingsSky::GetDefaultAssetId()  {      return DEFAULT_ASSET_ID; -}
\ No newline at end of file +} + diff --git a/indra/llrender/llrender.cpp b/indra/llrender/llrender.cpp index 5e16aded30..5d47027511 100644 --- a/indra/llrender/llrender.cpp +++ b/indra/llrender/llrender.cpp @@ -2436,4 +2436,5 @@ glh::matrix4f gl_lookat(LLVector3 eye, LLVector3 center, LLVector3 up)  					  -f[0], -f[1], -f[2], 0,  					  0, 0, 0, 1); -}
\ No newline at end of file +} + | 
