diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-01 04:59:38 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-01 05:17:26 +0100 |
commit | 6eecee6b91a0b810c31f0c865d7329013aff226c (patch) | |
tree | e472b63694b93529457fda2e59211a75bca0fef2 /fastiv-io-benchmark.c | |
parent | 810a1fee57e21ed613362915488f9fce61b7aa4b (diff) | |
download | fiv-6eecee6b91a0b810c31f0c865d7329013aff226c.tar.gz fiv-6eecee6b91a0b810c31f0c865d7329013aff226c.tar.xz fiv-6eecee6b91a0b810c31f0c865d7329013aff226c.zip |
Incorporate most clang-format changes
Diffstat (limited to 'fastiv-io-benchmark.c')
-rw-r--r-- | fastiv-io-benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv-io-benchmark.c b/fastiv-io-benchmark.c index 6899b3e..85ac44e 100644 --- a/fastiv-io-benchmark.c +++ b/fastiv-io-benchmark.c @@ -15,8 +15,8 @@ // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // -#include <time.h> #include <gdk-pixbuf/gdk-pixbuf.h> +#include <time.h> #include "fastiv-view.h" |