Skip to content

Instantly share code, notes, and snippets.

@ehsan
Created December 3, 2018 16:59
Show Gist options
  • Save ehsan/c133758925ce472143744877e80a07bf to your computer and use it in GitHub Desktop.
Save ehsan/c133758925ce472143744877e80a07bf to your computer and use it in GitHub Desktop.
$ cat test.cpp
ns_imethodimp
nsDocShell::FirePageHideNotification(bool aIsUnload) {
}
$ clang-format -style=Google test.cpp
ns_imethodimp nsDocShell::FirePageHideNotification(bool aIsUnload) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment