all: fix whitespace/new-line issues

This commit is contained in:
Timo Rothenpieler
2025-08-01 02:56:57 +02:00
parent ce0a655f85
commit 8d439b2483
50 changed files with 11 additions and 58 deletions

View File

@@ -127,4 +127,3 @@ struct Resampler const swri_soxr_resampler={
create, destroy, process, flush, NULL /* set_compensation */, get_delay,
invert_initial_buffer, get_out_samples
};

View File

@@ -172,4 +172,3 @@ int swr_convert_frame(SwrContext *s,
return convert_frame(s, out, in);
}

View File

@@ -43,4 +43,3 @@ const char *swresample_license(void)
#define LICENSE_PREFIX "libswresample license: "
return &LICENSE_PREFIX FFMPEG_LICENSE[sizeof(LICENSE_PREFIX) - 1];
}