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 /tests/getrssusage.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 'tests/getrssusage.h')
-rw-r--r-- | tests/getrssusage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getrssusage.h b/tests/getrssusage.h index e47b14c..bc3d91e 100644 --- a/tests/getrssusage.h +++ b/tests/getrssusage.h | |||
@@ -22,7 +22,7 @@ | |||
22 | #if defined(__APPLE__) && defined(__MACH__) | 22 | #if defined(__APPLE__) && defined(__MACH__) |
23 | #include <mach/mach.h> | 23 | #include <mach/mach.h> |
24 | 24 | ||
25 | #elif (defined(_AIX) || defined(__TOS__AIX__)) || (defined(__sun__) || defined(__sun) || defined(sun) && (defined(__SVR4) || defined(__svr4__))) | 25 | #elif(defined(_AIX) || defined(__TOS__AIX__)) || (defined(__sun__) || defined(__sun) || defined(sun) && (defined(__SVR4) || defined(__svr4__))) |
26 | #include <fcntl.h> | 26 | #include <fcntl.h> |
27 | #include <procfs.h> | 27 | #include <procfs.h> |
28 | 28 | ||