diff options
| author | junyulai <junyulai@google.com> | 2018-11-26 22:36:10 +0900 |
|---|---|---|
| committer | junyulai <junyulai@google.com> | 2018-12-11 10:12:47 +0800 |
| commit | c4e591aa04552541a8ae63af00541baa9046858b (patch) | |
| tree | 7f8d90d2ec6145679c647e8759bb47e509663d26 /setif.h | |
| parent | 3850bee1d5dd1eae3c28ce09f8e4bd0c7099c5a8 (diff) | |
| download | platform_external_android-clat-c4e591aa04552541a8ae63af00541baa9046858b.tar.gz platform_external_android-clat-c4e591aa04552541a8ae63af00541baa9046858b.tar.bz2 platform_external_android-clat-c4e591aa04552541a8ae63af00541baa9046858b.zip | |
Re-indent clatd code with clang-format
clang-format --style file -i *.{c,h,cpp}
Bug: 118848635
Test: 1. browse over ipv6-only network
2. atest clatd_test
3. clang-format --style file -i *.{c,h,cpp}
Change-Id: I7389426101df7745370d0ac5c55176cd8fe2b08b
Diffstat (limited to 'setif.h')
| -rw-r--r-- | setif.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ #ifndef __SETIF_H__ #define __SETIF_H__ -int add_address(const char *ifname, int family, const void *address, int cidr, const void *broadcast); +int add_address(const char *ifname, int family, const void *address, int cidr, + const void *broadcast); int if_up(const char *ifname, int mtu); int add_anycast_address(int sock, const struct in6_addr *addr, const char *interface); |
