Make check-spaces happy again

This commit is contained in:
Nick Mathewson 2012-06-28 15:40:08 -04:00
parent a6169800f8
commit 1e008e9876

View File

@ -1472,7 +1472,7 @@ test_util_control_formats(void)
} else { \ } else { \
TT_FAIL(("%s ~~ %s: %f != %f",#value1,#value2,v1,v2)); \ TT_FAIL(("%s ~~ %s: %f != %f",#value1,#value2,v1,v2)); \
} \ } \
} while(0) } while (0)
static void static void
test_util_sscanf(void) test_util_sscanf(void)