summaryrefslogtreecommitdiffstats
path: root/test/src/test-misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-misc.cpp')
-rw-r--r--test/src/test-misc.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/src/test-misc.cpp b/test/src/test-misc.cpp
index 6259d57..504b6a6 100644
--- a/test/src/test-misc.cpp
+++ b/test/src/test-misc.cpp
@@ -10,15 +10,15 @@ using namespace uscxml;
Timer t1;
bool testTimers() {
- {
- Measurement m(&t1);
- tthread::this_thread::sleep_for(tthread::chrono::milliseconds(1000));
- }
- std::cout << t1.elapsed << std::endl;
- return true;
+ {
+ Measurement m(&t1);
+ tthread::this_thread::sleep_for(tthread::chrono::milliseconds(1000));
+ }
+ std::cout << t1.elapsed << std::endl;
+ return true;
}
int main(int argc, char** argv) {
- testTimers();
- return 0;
+ testTimers();
+ return 0;
} \ No newline at end of file