mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-07 16:22:57 +00:00
Fix minor style problems (#58). r=bryner
http://groups.google.com/group/airbag-dev/browse_thread/thread/bbcecab979fa82bc git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@49 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -38,7 +38,7 @@ using std::ostringstream;
|
||||
// before returning failure.
|
||||
class AutoStackClearer {
|
||||
public:
|
||||
AutoStackClearer(vector<string> *stack) : stack_(stack) {}
|
||||
explicit AutoStackClearer(vector<string> *stack) : stack_(stack) {}
|
||||
~AutoStackClearer() { stack_->clear(); }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user