summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-10-11 09:21:33 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-10-11 09:21:33 -0700
commite6043fad2ab549a16f1bf4e81851357de4995862 (patch)
tree833c6c513325cc9f4267e08c10063ba997ac8259
parentf447cf72239723b312bf3dad50cdcd9e5be1f574 (diff)
maint-6633: space after colon
-rw-r--r--indra/llcommon/tests/llerror_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp
index 8e79da9834..64624fc6c2 100644
--- a/indra/llcommon/tests/llerror_test.cpp
+++ b/indra/llcommon/tests/llerror_test.cpp
@@ -553,7 +553,7 @@ namespace tut
ensure_equals("order is time location type function message",
message(0),
- roswell() + " INFO:" + location + " " + function + ": apple");
+ roswell() + " INFO: " + location + " " + function + ": apple");
}
template<> template<>