diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-06 10:37:22 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-06 10:37:22 -0700 |
commit | fc489b12c99abab8a61fb3c7546fe802065fe2b0 (patch) | |
tree | 1ee8639372e49df840588dc603c8f806f14e81ea /indra/newview/llfloaterdestinations.cpp | |
parent | fc5030fcfe9d3ffcbb2ad1ae0b1dacd1699a54ce (diff) |
Updated to pass coding policy checks
Diffstat (limited to 'indra/newview/llfloaterdestinations.cpp')
-rw-r--r-- | indra/newview/llfloaterdestinations.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterdestinations.cpp b/indra/newview/llfloaterdestinations.cpp index fa7e2a742c..ce36f7759c 100644 --- a/indra/newview/llfloaterdestinations.cpp +++ b/indra/newview/llfloaterdestinations.cpp @@ -48,4 +48,5 @@ LLFloaterDestinations::~LLFloaterDestinations() BOOL LLFloaterDestinations::postBuild() { return TRUE; -}
\ No newline at end of file +} + |