Fix warning and let the autoformatter do its thing

This commit is contained in:
Eric Fischer 2016-01-28 15:35:22 -08:00
parent 9de13d7ea9
commit e786379358
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#define _GNU_SOURCE // for asprintf()
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>

View File

@ -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) {