summaryrefslogtreecommitdiff
path: root/indra/llkdu
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-08-17 11:48:33 -0400
committerNat Goodspeed <nat@lindenlab.com>2016-08-17 11:48:33 -0400
commitdb4f13e7bcfc7ef61f750152494f1e52ad5a9080 (patch)
treee6cbc3c77b4100e88f0180db74999a7509901cd1 /indra/llkdu
parente72bdc9bc5895267f77bf3eac8d68f82f5e2806b (diff)
MAINT-5011: Clean up indentation from merge of viewer-release.
Diffstat (limited to 'indra/llkdu')
-rw-r--r--indra/llkdu/llimagej2ckdu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/llimagej2ckdu.cpp b/indra/llkdu/llimagej2ckdu.cpp
index fe79079db3..e6ed6b2202 100644
--- a/indra/llkdu/llimagej2ckdu.cpp
+++ b/indra/llkdu/llimagej2ckdu.cpp
@@ -176,7 +176,7 @@ struct LLKDUMessageError : public LLKDUMessage
// exception if we want to recover from a KDU error.
if (end_of_message)
{
- LLTHROW(KDUError("LLKDUMessageError::flush()"));
+ LLTHROW(KDUError("LLKDUMessageError::flush()"));
}
}
};