diff --git a/src/template.c b/src/template.c index 38aeeed..b071ea9 100644 --- a/src/template.c +++ b/src/template.c @@ -56,7 +56,7 @@ SAMPLE_TYPE bytebeat(long double w) { `final_sample_rate_code` - uintmax_t t = (uintmax_t)w; + uintmax_t t = (uintmax_t) w; `bytebeat_contents`; } @@ -126,7 +126,7 @@ main(void) for (size_t w = 0; w < PRODUCT; w++) { // 1. generate audio data - long double bytebeat_res = bytebeat((long double)w); + long double bytebeat_res = bytebeat((long double) w); // 2. if signed, then wrap up into unsigned if (IS_SIGNED)