aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/line_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/linux/minidump_writer/line_reader.h')
-rw-r--r--src/client/linux/minidump_writer/line_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/linux/minidump_writer/line_reader.h b/src/client/linux/minidump_writer/line_reader.h
index 779cfeb6..9fc4b7cc 100644
--- a/src/client/linux/minidump_writer/line_reader.h
+++ b/src/client/linux/minidump_writer/line_reader.h
@@ -61,7 +61,7 @@ class LineReader {
//
// One must call |PopLine| after this function, otherwise you'll continue to
// get the same line over and over.
- bool GetNextLine(const char **line, unsigned *len) {
+ bool GetNextLine(const char** line, unsigned* len) {
for (;;) {
if (buf_used_ == 0 && hit_eof_)
return false;