summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-06-05 11:19:22 -0700
committerRider Linden <rider@lindenlab.com>2018-06-05 11:19:22 -0700
commit610a793aa8fb9f918fc25eeab02b7415ac18b33b (patch)
treea338e3b4c5f6210c8ad1df9980c2a3f6b2a280bb /indra/llinventory/llsettingssky.cpp
parent6ea2847b58164f0ea315f7b2b9c34e663a07e60e (diff)
EOL in llsetingssky.cpp and llrender.cpp. const on ptr_t & in llenvironment
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r--indra/llinventory/llsettingssky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index a6f0d06e7d..263e721d00 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -1052,4 +1052,4 @@ void LLSettingsSky::calculateLightSettings() const
LLUUID LLSettingsSky::GetDefaultAssetId()
{
return DEFAULT_ASSET_ID;
-} \ No newline at end of file
+}