aboutsummaryrefslogtreecommitdiff
path: root/src/processor/pathname_stripper_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/pathname_stripper_unittest.cc')
-rw-r--r--src/processor/pathname_stripper_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/pathname_stripper_unittest.cc b/src/processor/pathname_stripper_unittest.cc
index 1bff4cb0..61f74fa5 100644
--- a/src/processor/pathname_stripper_unittest.cc
+++ b/src/processor/pathname_stripper_unittest.cc
@@ -80,7 +80,7 @@ static bool RunTests() {
} // namespace
-int main(int argc, char **argv) {
+int main(int argc, char** argv) {
BPLOG_INIT(&argc, &argv);
return RunTests() ? 0 : 1;