diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-07-22 03:20:44 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-08-05 00:36:26 +0900 |
commit | 86f13970718ef5e0758ac4edfe7da2c354d19668 (patch) | |
tree | 5b70cbda20b2e50efc7eb1e63f16f0e8d57a905f /example/example.c | |
parent | 079a02e20320e8018d1b2c879c759e4b5c9d30fb (diff) |
Reformat code
The librefop define the coding style using clang-format.
This patch reformat code using clang-format.
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I6f6647317f2916c583ca68e1259da2e08a989657
Diffstat (limited to 'example/example.c')
-rw-r--r-- | example/example.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/example.c b/example/example.c index 69d19c0..4e3dfe4 100644 --- a/example/example.c +++ b/example/example.c @@ -13,9 +13,6 @@ #include <string.h> #include <stdlib.h> - -//int mkdir(const char *pathname, mode_t mode); - const char filedir[] = "/tmp/refop-test/"; const char filename[] = "refop-example.bin"; |