summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-10-10 15:14:46 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-10-10 15:14:46 -0700
commitcea2e4a7ad0f340c8bc582030490eee1099f19bf (patch)
treeb064ff5aa402ceb4e0b0b534f5e633589a3be719 /indra
parentacfbcc73527c85399ebfa750f2cd377debd12cd2 (diff)
maint-6633: fix spacing
Diffstat (limited to 'indra')
-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 b20345d50e..8e79da9834 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<>