summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-03-16 11:40:45 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-03-16 11:40:45 -0700
commitfd9807424352269e6daf7c055e209dc6599de132 (patch)
treeb44de58305fadcfe91e15b1a36ca7f8815422607 /indra/newview
parentfd6d1e21642957c5a9cacdcdddf0ce80f038e647 (diff)
fixing windows line endings
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloatersnapshot.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h
index f212352cfc..d876fc4781 100644
--- a/indra/newview/llfloatersnapshot.h
+++ b/indra/newview/llfloatersnapshot.h
@@ -46,12 +46,12 @@ public:
SNAPSHOT_FORMAT_JPEG,
SNAPSHOT_FORMAT_BMP
} ESnapshotFormat;
-
- enum ESnapshotMode
- {
- SNAPSHOT_SHARE,
- SNAPSHOT_SAVE,
- SNAPSHOT_MAIN
+
+ enum ESnapshotMode
+ {
+ SNAPSHOT_SHARE,
+ SNAPSHOT_SAVE,
+ SNAPSHOT_MAIN
};
LLFloaterSnapshot(const LLSD& key);