Fix EOL on last line of llrender.cpp and llsettingssky.cpp

master
Graham Linden 2018-06-05 18:17:54 +01:00
parent 6ea2847b58
commit 4b48ebdd34
2 changed files with 4 additions and 2 deletions

View File

@ -1052,4 +1052,5 @@ void LLSettingsSky::calculateLightSettings() const
LLUUID LLSettingsSky::GetDefaultAssetId()
{
return DEFAULT_ASSET_ID;
}
}

View File

@ -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);
}
}