Skip to content

Commit 2ceab77

Browse files
committed
Apply github:artichoke/clang-format
1 parent ac6d043 commit 2ceab77

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.clang-format

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
BasedOnStyle: Google
3+
IndentWidth: 4
4+
ColumnLimit: 100
5+
---
6+
Language: Cpp
7+
SortIncludes: false
8+
TabWidth: 4
9+
UseTab: Never

include/impl_haiku.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#include <cstddef>
66

77
namespace tz_haiku {
8-
size_t get_tz(uint8_t *buf, size_t buf_len);
8+
size_t get_tz(uint8_t *buf, size_t buf_len);
99
}

0 commit comments

Comments
 (0)