{ should almost always be at the end of the previous line, according to Google style guidelines "whitespace/braces"
This commit is contained in:
parent
78444e20b9
commit
e1608f94a8
58 changed files with 323 additions and 403 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
};
|
||||
|
||||
Event::Event(EventHandler *handler)
|
||||
:EventBase(handler){
|
||||
:EventBase(handler) {
|
||||
d = new PrivateData;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue