aboutsummaryrefslogtreecommitdiffstats
path: root/bba
diff options
context:
space:
mode:
Diffstat (limited to 'bba')
-rw-r--r--bba/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bba/main.cc b/bba/main.cc
index d3c81445..32a68c63 100644
--- a/bba/main.cc
+++ b/bba/main.cc
@@ -191,7 +191,7 @@ int main(int argc, char **argv)
assert(end != nullptr);
*end = 0;
value += 1;
- const char *comment = skipWhitespace(strtok(end+1, "\r\n"));
+ const char *comment = skipWhitespace(strtok(end + 1, "\r\n"));
std::string label = std::string("str:") + value;
Stream &s = streams.at(streamStack.back());
if (labelIndex.count(label) == 0) {