commit | 7b444f08c17ed1b82ea1a1560e109c0a173e700f | [log] [tgz] |
---|---|---|
author | Jerry Zhang <zhangjerry@google.com> | Tue Jun 12 16:42:09 2018 -0700 |
committer | Jerry Zhang <zhangjerry@google.com> | Wed Jun 13 20:32:24 2018 +0000 |
tree | b73fa22396eefbd3e71d151c581ae957383aaf7c | |
parent | 5a755077958dd4f7fb668a125b57dea8d85cd9a8 [diff] [blame] |
libsparse: Add .clang-format and reformat to google3 style Bug: 78793464 Test: compiles Change-Id: I8e44ba77195a12fc2bac7d4276bbc4aa95149b31
diff --git a/libsparse/defs.h b/libsparse/defs.h index 34e63c5..28e5cab 100644 --- a/libsparse/defs.h +++ b/libsparse/defs.h
@@ -17,7 +17,7 @@ #ifndef _LIBSPARSE_DEFS_H_ #ifndef __unused -#define __unused __attribute__((__unused__)) +#define __unused __attribute__((__unused__)) #endif #endif /* _LIBSPARSE_DEFS_H_ */