diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
commit | 4d9746c828558c9f872e0aed52442863affb25d5 (patch) | |
tree | 507d7c2ba67f47d3cbbcf01a722236ff1b48426b /sinksh/state.h | |
parent | 9cea920b7dd51867a0be0fed2f461b6be73c103e (diff) | |
download | sink-4d9746c828558c9f872e0aed52442863affb25d5.tar.gz sink-4d9746c828558c9f872e0aed52442863affb25d5.zip |
Fromatted the whole codebase with clang-format.
clang-format -i */**{.cpp,.h}
Diffstat (limited to 'sinksh/state.h')
-rw-r--r-- | sinksh/state.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sinksh/state.h b/sinksh/state.h index 3c4c2c7..2a0eb7c 100644 --- a/sinksh/state.h +++ b/sinksh/state.h | |||
@@ -47,6 +47,5 @@ public: | |||
47 | 47 | ||
48 | private: | 48 | private: |
49 | class Private; | 49 | class Private; |
50 | Private * const d; | 50 | Private *const d; |
51 | }; | 51 | }; |
52 | |||