From ca9098b4df4c0c60b2eec045cd767343bcf0fa36 Mon Sep 17 00:00:00 2001 From: CismonX Date: Fri, 28 Jul 2023 08:30:25 +0800 Subject: [PATCH] chore: remove trailing whitespaces --- .drone.yml | 6 +++--- .gitignore | 6 +++--- INSTALL.md | 2 +- Makefile.am | 6 +++--- README.md | 2 +- arif.pc.in | 6 +++--- configure.ac | 6 +++--- doc/.gitignore | 6 +++--- doc/Makefile.am | 8 ++++---- examples/Makefile.am | 12 ++++++------ examples/arif_rime.c | 10 +++++----- examples/arif_rime.h | 10 +++++----- include/Makefile.am | 6 +++--- include/arif.h | 10 +++++----- include/arif_defs.h | 10 +++++----- include/arif_rl.h | 10 +++++----- include/arify.h | 10 +++++----- include/arify_rl.h | 10 +++++----- m4/.gitignore | 6 +++--- m4/arif_ac.m4 | 8 ++++---- src/Makefile.am | 8 ++++---- src/arif.c | 10 +++++----- src/arif_rl.c | 10 +++++----- src/arify.c | 10 +++++----- src/arify_cli.c | 10 +++++----- src/arify_rl.c | 10 +++++----- tests/Makefile.am | 6 +++--- tests/arif/000-query.exp | 6 +++--- tests/arif/001-select-page.exp | 6 +++--- tests/arif/002-fetch.exp | 6 +++--- tests/arif_dummy_engine.c | 10 +++++----- tests/arif_dummy_engine.h | 10 +++++----- tests/arif_test.c | 10 +++++----- tests/lib/arif.exp | 6 +++--- 34 files changed, 134 insertions(+), 134 deletions(-) diff --git a/.drone.yml b/.drone.yml index ee323e4..152557f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,10 @@ -# +# # Copyright (C) 2023 CismonX -# +# # 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 diff --git a/.gitignore b/.gitignore index 6c7a802..cb9a8e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -# +# # Copyright (C) 2023 CismonX -# +# # 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 \#*# diff --git a/INSTALL.md b/INSTALL.md index d62984f..0a28b13 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@