aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/example')
-rw-r--r--src/example/replay.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/example/replay.cpp b/src/example/replay.cpp
index 11413fa..e7f4e6d 100644
--- a/src/example/replay.cpp
+++ b/src/example/replay.cpp
@@ -45,20 +45,20 @@ public:
switch (i++) {
default: break;
case 10:
- mgr.record_start();
- break;
+ mgr.record_start();
+ break;
case 60:
- this->recording = mgr.record_end();
- break;
+ this->recording = mgr.record_end();
+ break;
case 70:
- mgr.play(this->recording);
- break;
+ mgr.play(this->recording);
+ break;
case 71:
- mgr.release(this->recording);
- break;
+ mgr.release(this->recording);
+ break;
case 72:
- throw;
- break;
+ throw;
+ break;
};
}
};