From 8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 14 Jan 2022 16:08:02 +0100 Subject: Adding upstream version 0.1.1. Signed-off-by: Daniel Baumann --- fmt.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 fmt.sh (limited to 'fmt.sh') diff --git a/fmt.sh b/fmt.sh new file mode 100755 index 0000000..fb681cf --- /dev/null +++ b/fmt.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +clang-format-4.0 \ + -style=file \ + -i \ + src/tinyframe.c \ + src/tinyframe/tinyframe.h \ + src/test/*.c -- cgit v1.2.3