aboutsummaryrefslogtreecommitdiff
path: root/src/processor/pathname_stripper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/pathname_stripper.cc')
-rw-r--r--src/processor/pathname_stripper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/pathname_stripper.cc b/src/processor/pathname_stripper.cc
index 839287bd..c425b46a 100644
--- a/src/processor/pathname_stripper.cc
+++ b/src/processor/pathname_stripper.cc
@@ -38,7 +38,7 @@
namespace google_breakpad {
// static
-string PathnameStripper::File(const string &path) {
+string PathnameStripper::File(const string& path) {
string::size_type slash = path.rfind('/');
string::size_type backslash = path.rfind('\\');