Skip to content

Commit

Permalink
Align code example with clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 24, 2019
1 parent 40a720a commit 201393f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ class AddressBookPage
Mode m_mode;
}
AddressBookPage::AddressBookPage(Mode _mode) :
m_mode(_mode)
AddressBookPage::AddressBookPage(Mode _mode)
: m_mode(_mode)
...
```

Expand Down

0 comments on commit 201393f

Please sign in to comment.