diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-06-05 18:17:54 +0100 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-06-05 18:17:54 +0100 | 
| commit | 4b48ebdd3433db22e811baf9c6f1542e752c82fc (patch) | |
| tree | cafe4ef019c70d847abc4d9977c2b7148e070c25 /indra/llinventory | |
| parent | 6ea2847b58164f0ea315f7b2b9c34e663a07e60e (diff) | |
Fix EOL on last line of llrender.cpp and llsettingssky.cpp
Diffstat (limited to 'indra/llinventory')
| -rw-r--r-- | indra/llinventory/llsettingssky.cpp | 3 | 
1 files changed, 2 insertions, 1 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 +} + | 
