fix files without trailing newlines

%ci:no-build
This commit is contained in:
Lucy Phipps 2021-10-22 20:44:59 +01:00
parent 2d6537de77
commit d2067b15b8
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
8 changed files with 8 additions and 8 deletions

View File

@ -115,4 +115,4 @@ float complex ctanhf(float complex);
#pragma GCC visibility pop
__END_DECLS
#endif /* _COMPLEX_H */
#endif /* _COMPLEX_H */

View File

@ -761,4 +761,4 @@ long double __kernel_sinl(long double, long double, int);
long double __kernel_cosl(long double, long double);
long double __kernel_tanl(long double, long double, int);
#endif /* !_MATH_PRIVATE_H_ */
#endif /* !_MATH_PRIVATE_H_ */

View File

@ -22,4 +22,4 @@ TERMUX_MAKE_PROCESSES=1
termux_step_pre_configure() {
./autogen.sh
}
}

View File

@ -8,4 +8,4 @@
+ p = "unknown";
/* Chop off everything after the first comma. */
q = strchr (p, ',');
full = make_string (p, q ? q - p : strlen (p));
full = make_string (p, q ? q - p : strlen (p));

View File

@ -7,4 +7,4 @@ TERMUX_PKG_SRCURL=https://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSI
TERMUX_PKG_SHA256=6aadf54be8bf57d0e2999a3c5d67b1de63808bb90deb8f77b028eafae3a08e10
TERMUX_PKG_DEPENDS="ncurses, pcre2"
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-regex=pcre2"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-regex=pcre2"

View File

@ -6,4 +6,4 @@ TERMUX_PKG_VERSION=1.5.1
TERMUX_PKG_REVISION=6
TERMUX_PKG_SRCURL=https://git.vuxu.org/lr/snapshot/lr-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=147377be14805fe1fd7e01fe3cf4b2e0e34d98af5594743dbb97b12189fa52e1
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BUILD_IN_SRC=true

View File

@ -33,4 +33,4 @@ diff -uNr rappel-dd45bfa000efb89357d5c80a3a77550b96dee499/arch/armv8/assemble_ar
+ snprintf(path, sizeof(path), "@TERMUX_PREFIX@/tmp/rappel-output.XXXXXX");
const int t = mkstemp(path);

View File

@ -19,4 +19,4 @@ diff -uNr redis-6.0.9/src/networking.c redis-6.0.9.mod/src/networking.c
+ serverLog(LL_WARNING, "IO thread(tid:%lu) terminated",(unsigned long)io_threads[j]);
}
}