Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Jun 6, 2016
1 parent 4111c51 commit 7cd1ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dinit-log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ class BufferedLogStream : public PosixFdWatcher<NullMutex>
current_index = log_buffer.get_length();
if (was_first && log_to_console) {
setEnabled(&eventLoop, true);
}
}
}

void rollback_msg()
{
log_buffer.trim_to(current_index);
log_buffer.trim_to(current_index);
}

int get_free()
Expand Down

0 comments on commit 7cd1ae0

Please sign in to comment.