diff options
| author | William A. Kennington III <wak@google.com> | 2018-10-11 13:55:04 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2018-10-12 01:03:47 -0700 |
| commit | d5f1d40f2ddf9234099b331e1d90c54ece0ee88b (patch) | |
| tree | 41b69f239b5121ee39f7f2ca51453cfa6d62a44e /vpnor/test/write_rw.cpp | |
| parent | b7c49b22ccb82add7874b30cd96931b0f19b20e0 (diff) | |
| download | phosphor-mboxbridge-d5f1d40f2ddf9234099b331e1d90c54ece0ee88b.tar.gz phosphor-mboxbridge-d5f1d40f2ddf9234099b331e1d90c54ece0ee88b.zip | |
clang-format: Pull the format rules from the openbmc/docs repo
This makes it consistent with other openbmc projects for c++ formatting.
Tested:
Run through the unit test suite.
Change-Id: I92030ce5b42de01360393687fb438faf26f36ac8
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'vpnor/test/write_rw.cpp')
| -rw-r--r-- | vpnor/test/write_rw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vpnor/test/write_rw.cpp b/vpnor/test/write_rw.cpp index c40af6a..c9d2b60 100644 --- a/vpnor/test/write_rw.cpp +++ b/vpnor/test/write_rw.cpp @@ -29,7 +29,7 @@ int main(void) struct mbox_context _ctx, *ctx = &_ctx; uint8_t src[8] = {0}; - void *map; + void* map; int rc; int fd; |

