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/sparse_crc32.h b/libsparse/sparse_crc32.h index e42c1eb..2702c4f 100644 --- a/libsparse/sparse_crc32.h +++ b/libsparse/sparse_crc32.h
@@ -19,6 +19,6 @@ #include <stdint.h> -uint32_t sparse_crc32(uint32_t crc, const void *buf, size_t size); +uint32_t sparse_crc32(uint32_t crc, const void* buf, size_t size); #endif