aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/wlretrievesettings.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-02 01:59:23 +1000
committerDavid Walter Seikel2012-04-02 01:59:23 +1000
commit54a9c7f4f289a92d14e62547c0b47c710d48cce7 (patch)
treeb1cea48f07fe0ff4140c64810eb8402fc11ad581 /linden/indra/newview/wlretrievesettings.cpp
parentRefactor all those little checks to see if a notecard is a WindLight setting ... (diff)
downloadmeta-impy-54a9c7f4f289a92d14e62547c0b47c710d48cce7.zip
meta-impy-54a9c7f4f289a92d14e62547c0b47c710d48cce7.tar.gz
meta-impy-54a9c7f4f289a92d14e62547c0b47c710d48cce7.tar.bz2
meta-impy-54a9c7f4f289a92d14e62547c0b47c710d48cce7.tar.xz
More automated whitespace cleanups.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/wlretrievesettings.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/linden/indra/newview/wlretrievesettings.cpp b/linden/indra/newview/wlretrievesettings.cpp
index afa84f2..3fd3084 100644
--- a/linden/indra/newview/wlretrievesettings.cpp
+++ b/linden/indra/newview/wlretrievesettings.cpp
@@ -1,11 +1,11 @@
1/** 1/**
2* @file wlfloaterwindlightsend.cpp 2* @file wlfloaterwindlightsend.cpp
3* @brief WLFloaterWindLightSend class definition 3* @brief WLFloaterWindLightSend class definition
4* 4*
5* $LicenseInfo:firstyear=2007&license=viewergpl$ 5* $LicenseInfo:firstyear=2007&license=viewergpl$
6* 6*
7* Copyright (c) 2007-2009, Linden Research, Inc. 7* Copyright (c) 2007-2009, Linden Research, Inc.
8* 8*
9* Second Life Viewer Source Code 9* Second Life Viewer Source Code
10* The source code in this file ("Source Code") is provided by Linden Lab 10* The source code in this file ("Source Code") is provided by Linden Lab
11* to you under the terms of the GNU General Public License, version 2.0 11* to you under the terms of the GNU General Public License, version 2.0
@@ -13,17 +13,17 @@
13* ("Other License"), formally executed by you and Linden Lab. Terms of 13* ("Other License"), formally executed by you and Linden Lab. Terms of
14* the GPL can be found in doc/GPL-license.txt in this distribution, or 14* the GPL can be found in doc/GPL-license.txt in this distribution, or
15* online at http://secondlifegrid.net/programs/open_source/licensing/gplv2 15* online at http://secondlifegrid.net/programs/open_source/licensing/gplv2
16* 16*
17* There are special exceptions to the terms and conditions of the GPL as 17* There are special exceptions to the terms and conditions of the GPL as
18* it is applied to this Source Code. View the full text of the exception 18* it is applied to this Source Code. View the full text of the exception
19* in the file doc/FLOSS-exception.txt in this software distribution, or 19* in the file doc/FLOSS-exception.txt in this software distribution, or
20* online at 20* online at
21* http://secondlifegrid.net/programs/open_source/licensing/flossexception 21* http://secondlifegrid.net/programs/open_source/licensing/flossexception
22* 22*
23* By copying, modifying or distributing this software, you acknowledge 23* By copying, modifying or distributing this software, you acknowledge
24* that you have read and understood your obligations described above, 24* that you have read and understood your obligations described above,
25* and agree to abide by those obligations. 25* and agree to abide by those obligations.
26* 26*
27* ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 27* ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
28* WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 28* WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
29* COMPLETENESS OR PERFORMANCE. 29* COMPLETENESS OR PERFORMANCE.
@@ -93,7 +93,7 @@ void retrieveWindlightSettings::result(const LLSD& content)
93 for(LLSD::array_const_iterator wls = content["WindLight"].beginArray(); 93 for(LLSD::array_const_iterator wls = content["WindLight"].beginArray();
94 wls != content["WindLight"].endArray(); 94 wls != content["WindLight"].endArray();
95 ++wls) 95 ++wls)
96 { 96 {
97 LLSD windLightLLSD = *wls; 97 LLSD windLightLLSD = *wls;
98 LLWaterParamSet* mWater; 98 LLWaterParamSet* mWater;
99 LLWLParamSet* mSky; 99 LLWLParamSet* mSky;
@@ -235,4 +235,4 @@ void retrieveWindlightSettings::error(U32 status, const std::string& reason)
235{ 235{
236 LL_INFOS("Inventory") << "retrieveWindlightSettings::error " 236 LL_INFOS("Inventory") << "retrieveWindlightSettings::error "
237 << status << ": " << reason << LL_ENDL; 237 << status << ": " << reason << LL_ENDL;
238} \ No newline at end of file 238}