From e786379358ecb205f18e2a6fb0168299206f0900 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 28 Jan 2016 15:35:22 -0800 Subject: [PATCH] Fix warning and let the autoformatter do its thing --- jsonpull.c | 1 + tile.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jsonpull.c b/jsonpull.c index 22d13ed..e56c48b 100644 --- a/jsonpull.c +++ b/jsonpull.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE // for asprintf() #include #include #include diff --git a/tile.cc b/tile.cc index fdf9fe7..ad8a3a7 100644 --- a/tile.cc +++ b/tile.cc @@ -1102,7 +1102,7 @@ void *run_thread(void *vargs) { *arg->midy = y; *arg->most = len; } else if (len == *arg->most) { - unsigned long long a = (((unsigned long long) x ) << 32) | y; + unsigned long long a = (((unsigned long long) x) << 32) | y; unsigned long long b = (((unsigned long long) *arg->midx) << 32) | *arg->midy; if (a < b) {