diff options
author | Roshan Pius <rpius@google.com> | 2016-07-07 16:48:58 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-08-07 08:21:45 (GMT) |
commit | a1979469fd13dd39201362fa953fcb3087d7a17b (patch) | |
tree | 29ba83e812e080a15920cada0050d96e12568c2a /wpa_supplicant/binder/binder_constants.h | |
parent | fe1d0771f72e6be7e81d46658dcac37a3629c317 (diff) | |
download | hostap-a1979469fd13dd39201362fa953fcb3087d7a17b.zip hostap-a1979469fd13dd39201362fa953fcb3087d7a17b.tar.gz hostap-a1979469fd13dd39201362fa953fcb3087d7a17b.tar.bz2 |
binder: Clang format the source code
Add a ".clang-format" file which is pretty close to the rest of
wpa_supplicant code base and reformat the binder codebase.
Signed-off-by: Roshan Pius <rpius@google.com>
Diffstat (limited to 'wpa_supplicant/binder/binder_constants.h')
-rw-r--r-- | wpa_supplicant/binder/binder_constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wpa_supplicant/binder/binder_constants.h b/wpa_supplicant/binder/binder_constants.h index 9213657..a4d9b55 100644 --- a/wpa_supplicant/binder/binder_constants.h +++ b/wpa_supplicant/binder/binder_constants.h @@ -7,8 +7,8 @@ * See README for more details. */ -#ifndef BINDER_CONSTANTS_H -#define BINDER_CONSTANTS_H +#ifndef WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H +#define WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H namespace wpa_supplicant_binder { namespace binder_constants { @@ -18,4 +18,4 @@ extern const char kServiceName[]; } /* namespace binder_constants */ } /* namespace wpa_supplicant_binder */ -#endif /* BINDER_CONSTANTS_H */ +#endif /* WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H */ |