diff options
author | David Robillard <d@drobilla.net> | 2020-12-26 19:21:17 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-26 19:21:17 +0100 |
commit | 882b9446cbf7316345de391188e68c2a7333da5b (patch) | |
tree | 5baf31e0a28313b380cc7e8694b09a2a517d14f3 /lv2/time | |
parent | 8d2251749da9e0ae4254502edfc8917236a9b8c0 (diff) | |
download | lv2-882b9446cbf7316345de391188e68c2a7333da5b.tar.xz |
Format all code with clang-format
Diffstat (limited to 'lv2/time')
-rw-r--r-- | lv2/time/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/time/time.h b/lv2/time/time.h index 10337ae..0bb3fbd 100644 --- a/lv2/time/time.h +++ b/lv2/time/time.h @@ -56,4 +56,4 @@ @} */ -#endif /* LV2_TIME_H */ +#endif /* LV2_TIME_H */ |