diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-08-17 11:48:33 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-08-17 11:48:33 -0400 |
commit | db4f13e7bcfc7ef61f750152494f1e52ad5a9080 (patch) | |
tree | e6cbc3c77b4100e88f0180db74999a7509901cd1 /indra/llkdu/llimagej2ckdu.cpp | |
parent | e72bdc9bc5895267f77bf3eac8d68f82f5e2806b (diff) |
MAINT-5011: Clean up indentation from merge of viewer-release.
Diffstat (limited to 'indra/llkdu/llimagej2ckdu.cpp')
-rw-r--r-- | indra/llkdu/llimagej2ckdu.cpp | 2 |
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()")); } } }; |