convert ASCII TABs to ASCII SPACEs

Converted all ASCII tabs to ASCII spaces using a 8 character
tab stop, for all files, except for all Makefiles (plus rpm.mk).
The `git diff -w` reports no changes.
This commit is contained in:
Landon Curt Noll
2024-07-11 22:03:52 -07:00
parent fe9cefe6ef
commit db77e29a23
631 changed files with 90607 additions and 90600 deletions

View File

@@ -11,7 +11,7 @@ Command history
for future recall.
Before the return key is typed, the current line can be edited
using emacs-like editing commands. As examples, ^A moves to
using emacs-like editing commands. As examples, ^A moves to
the beginning of the line, ^F moves forwards through the line,
backspace removes characters from the line, and ^K kills the
rest of the line.
@@ -24,7 +24,7 @@ Command history
Typing <esc>h lists all of the commands in the command history
and numbers the lines. The most recently executed line is always
number 1, the next most recent number 2, and so on. The numbering
number 1, the next most recent number 2, and so on. The numbering
for a particular command therefore changes as lines are entered.
Typing a number at the beginning of a line followed by <esc>g
@@ -51,13 +51,13 @@ Command history
The actual keys used for editing are defined in a bindings file,
usually called /usr/local/lib/calc/bindings. Changing the entries
in this file will change the key bindings used for editing. If the
in this file will change the key bindings used for editing. If the
file is not readable, then a message will be output and command
line editing is disabled. In this case you can only edit each
line as provided by the terminal driver in the operating system.
A shell command can be executed by typing '!cmd', where cmd
is the command to execute. If cmd is not given, then a shell
is the command to execute. If cmd is not given, then a shell
command level is started.
## Copyright (C) 1999 Landon Curt Noll
@@ -68,7 +68,7 @@ Command history
##
## Calc 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 Lesser General
## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
## Public License for more details.
##
## A copy of version 2.1 of the GNU Lesser General Public License is
@@ -76,8 +76,8 @@ Command history
## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
##
## Under source code control: 1991/07/21 04:37:20
## File existed as early as: 1991
## Under source code control: 1991/07/21 04:37:20
## File existed as early as: 1991
##
## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/
## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/