chore: remove trailing whitespaces

This commit is contained in:
CismonX 2023-07-28 08:30:25 +08:00
parent 8673c8d8e2
commit ca9098b4df
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
34 changed files with 134 additions and 134 deletions

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
kind: pipeline
type: docker

6
.gitignore vendored
View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
# Generated by devel tools
\#*#

View File

@ -1,6 +1,6 @@
<!--
Copyright (C) 2023 CismonX <admin@cismon.net>
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty, provided the copyright notice and
this notice are preserved. This file is offered as-is, without any warranty.

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
ACLOCAL_AMFLAGS = -I m4

View File

@ -1,6 +1,6 @@
<!--
Copyright (C) 2023 CismonX <admin@cismon.net>
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty, provided the copyright notice and
this notice are preserved. This file is offered as-is, without any warranty.

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
package=@PACKAGE@
version=@VERSION@

View File

@ -1,11 +1,11 @@
dnl
dnl
dnl Copyright (C) 2023 CismonX <admin@cismon.net>
dnl
dnl
dnl Copying and distribution of this file, with or without modification,
dnl are permitted in any medium without royalty,
dnl provided the copyright notice and this notice are preserved.
dnl This file is offered as-is, without any warranty.
dnl
dnl
AC_PREREQ([2.69])
AC_INIT([arif], [0.1.0], [arif-devel@nongnu.org])

6
doc/.gitignore vendored
View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
*.info
mdate-sh

View File

@ -1,13 +1,13 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
info_TEXINFOS = arif.texi
dist_man1_MANS =
dist_man1_MANS =
dist_man3_MANS = arif_ctx_create.3 \
arif_ctx_destroy.3 \
arif_fetch.3 \

View File

@ -1,14 +1,14 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
include_HEADERS =
lib_LTLIBRARIES =
dist_man3_MANS =
include_HEADERS =
lib_LTLIBRARIES =
dist_man3_MANS =
if BUILD_ARIF_RIME

View File

@ -1,21 +1,21 @@
/**
* arif/examples/arif_rime.c - example Rime IME integration for ARIF
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/examples/arif_rime.h - example Rime IME integration for ARIF
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
noinst_HEADERS = arif_defs.h arify.h
pkginclude_HEADERS = arif.h

View File

@ -1,21 +1,21 @@
/**
* arif/include/arif.h - ARIF base library
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/include/arif_defs.h - ARIF common macros
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/include/arif_rl.h - ARIF Readline frontend
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/include/arify.h - ARIF preload library
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/include/arify_rl.h - Readline frontend for the ARIF preload library
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

6
m4/.gitignore vendored
View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
libtool.m4
lt*.m4

View File

@ -1,6 +1,6 @@
dnl
dnl Copyright (C) 2023 CismonX <admin@cismon.net>
dnl
dnl
dnl Copying and distribution of this file, with or without modification,
dnl are permitted in any medium without royalty,
dnl provided the copyright notice and this notice are preserved.
@ -10,7 +10,7 @@ dnl
dnl
dnl ARIF_ARG_ENABLE(feature, default-value, description, [extra-msg],
dnl [action-if-enabled], [action-if-disabled])
dnl
dnl
dnl Wrapper for AC_ARG_ENABLE.
dnl
AC_DEFUN([ARIF_ARG_ENABLE], [
@ -36,7 +36,7 @@ AC_DEFUN([ARIF_ARG_ENABLE], [
dnl
dnl ARIF_CHECK_PKG(package, version, package-name, [action-if-not-given],
dnl [action-if-found], [action-if-without])
dnl
dnl
dnl Checks if a package exists with `pkg-config', and provides option for
dnl the configure script to specify the package's custom install location.
dnl
@ -60,7 +60,7 @@ AC_DEFUN([ARIF_CHECK_PKG], [
dnl
dnl ARIF_TRY_APPLY(macro-name, ...)
dnl
dnl
dnl If `macro-name' is defined, for each remaining argument,
dnl applies the macro to that argument.
dnl

View File

@ -1,12 +1,12 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
bin_PROGRAMS =
bin_PROGRAMS =
lib_LTLIBRARIES = libarif.la
ARIF_CPPFLAGS_ = -I$(top_srcdir)/include

View File

@ -1,21 +1,21 @@
/**
* arif/src/arif.c - ARIF base library
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/src/arif_rl.c - ARIF Readline frontend
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/src/arify.c - ARIF preload library
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/src/arify_cli.c - CLI wrapper for the ARIF preload library
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/src/arify_rl.c - Readline frontend for the ARIF preload library
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
AUTOMAKE_OPTIONS = dejagnu

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
set tool arif
set timeout 1

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
set tool arif
set timeout 1

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
set tool arif
set timeout 1

View File

@ -1,21 +1,21 @@
/**
* arif/tests/arif_dummy_engine.c
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/tests/arif_dummy_engine.h
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,21 +1,21 @@
/**
* arif/tests/arif_test.c
* ----
*
*
* Copyright (C) 2023 CismonX <admin@cismon.net>
*
*
* This file is part of ARIF, Another Readline Input Framework.
*
*
* ARIF is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* ARIF is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with ARIF. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -1,10 +1,10 @@
#
#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#
if { [ info exists ARIF_ENABLE_DEBUG ] && $ARIF_ENABLE_DEBUG == 1 } {
exp_internal 1