summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-12-23 11:12:19 -0500
committerOz Linden <oz@lindenlab.com>2014-12-23 11:12:19 -0500
commitd91fe250ace0ebbc0f22bbe8b60a3a542cb1e6be (patch)
tree4ed1f4a4a272558f8a7f33435eb68c03024d57e7 /indra/llcommon/tests
parentf985328a569f68420d0fe23e844db9f79080e9d4 (diff)
fix dos line endings
Diffstat (limited to 'indra/llcommon/tests')
-rwxr-xr-xindra/llcommon/tests/llframetimer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llframetimer_test.cpp b/indra/llcommon/tests/llframetimer_test.cpp
index c36b6a1c42..be372bb855 100755
--- a/indra/llcommon/tests/llframetimer_test.cpp
+++ b/indra/llcommon/tests/llframetimer_test.cpp
@@ -83,7 +83,7 @@ namespace tut
}
template<> template<>
void frametimer_object_t::test<3>()
- {
+ {
clock_t t1 = clock();
ms_sleep(200);
clock_t t2 = clock();