Skip to content
Snippets Groups Projects
Commit 5a51a43f authored by Graham Madarasz (Graham Linden)'s avatar Graham Madarasz (Graham Linden)
Browse files

Fix eol at eof on wl param files.

parent d66aa097
No related branches found
No related tags found
No related merge requests found
......@@ -137,3 +137,4 @@ private:
};
#endif // LL_WL_ANIMATOR_H
......@@ -412,3 +412,4 @@ inline LLVector4 LLWLParamManager::getRotatedLightDir(void) const
}
#endif
......@@ -406,4 +406,5 @@ void LLWLParamSet::updateHashedNames()
{
mParamHashedNames.push_back(LLStaticHashedString(iter->first));
}
}
\ No newline at end of file
}
......@@ -243,3 +243,4 @@ inline F32 LLWLParamSet::getCloudScrollY() {
#endif // LL_WLPARAM_SET_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment