texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6041] two spaces instead of tabs


From: karl
Subject: [6041] two spaces instead of tabs
Date: Wed, 14 Jan 2015 19:44:00 +0000

Revision: 6041
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6041
Author:   karl
Date:     2015-01-14 19:43:58 +0000 (Wed, 14 Jan 2015)
Log Message:
-----------
two spaces instead of tabs

Modified Paths:
--------------
    trunk/info/t/adjust-anchors.sh
    trunk/info/t/body-start.sh
    trunk/info/t/dir-3-menus.sh
    trunk/info/t/dir-file-index.sh
    trunk/info/t/dir-file-node.sh
    trunk/info/t/dir-menus-sloppily.sh
    trunk/info/t/end-of-line.sh
    trunk/info/t/file-index.sh
    trunk/info/t/file-node-with-dot.sh
    trunk/info/t/file-node.sh
    trunk/info/t/goto-quoted.sh
    trunk/info/t/inc-sea-history.sh
    trunk/info/t/index-long-nodeline.sh
    trunk/info/t/index.sh
    trunk/info/t/menu-sequence.sh
    trunk/info/t/next-quoted.sh
    trunk/info/t/node-no-file.sh
    trunk/info/t/quoted-label-and-target.sh
    trunk/info/t/quoted-label-as-target.sh
    trunk/info/t/quoted-target.sh
    trunk/info/t/resize-in-completions.sh
    trunk/info/t/search-after-tag.sh
    trunk/info/t/split-file-menu.sh
    trunk/info/t/split-index.sh
    trunk/info/t/tab.sh

Modified: trunk/info/t/adjust-anchors.sh
===================================================================
--- trunk/info/t/adjust-anchors.sh      2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/adjust-anchors.sh      2015-01-14 19:43:58 UTC (rev 6041)
@@ -29,11 +29,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/body-start.sh
===================================================================
--- trunk/info/t/body-start.sh  2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/body-start.sh  2015-01-14 19:43:58 UTC (rev 6041)
@@ -25,11 +25,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/dir-3-menus.sh
===================================================================
--- trunk/info/t/dir-3-menus.sh 2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/dir-3-menus.sh 2015-01-14 19:43:58 UTC (rev 6041)
@@ -19,5 +19,5 @@
 
 # Follow several menus in a file to get to desired node
 $GINFO --output - file-menu 'First entry' 'Node 2' 'Node 3' \
-       | grep 'Arrived at Node 3.'
+  | grep 'Arrived at Node 3.'
 

Modified: trunk/info/t/dir-file-index.sh
===================================================================
--- trunk/info/t/dir-file-index.sh      2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/dir-file-index.sh      2015-01-14 19:43:58 UTC (rev 6041)
@@ -19,4 +19,4 @@
 
 # Follow an index entry in a file found through dir
 $GINFO --output - split 'entry text' \
-       | grep 'Node: Target node'
+  | grep 'Node: Target node'

Modified: trunk/info/t/dir-file-node.sh
===================================================================
--- trunk/info/t/dir-file-node.sh       2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/dir-file-node.sh       2015-01-14 19:43:58 UTC (rev 6041)
@@ -21,4 +21,4 @@
 # specify the desired file.
 
 $GINFO --output - file-menu --node Unreachable \
-       | grep 'not linked to elsewhere'
+  | grep 'not linked to elsewhere'

Modified: trunk/info/t/dir-menus-sloppily.sh
===================================================================
--- trunk/info/t/dir-menus-sloppily.sh  2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/dir-menus-sloppily.sh  2015-01-14 19:43:58 UTC (rev 6041)
@@ -19,5 +19,5 @@
 
 # Follow several menus in a file inexactly to get to desired node
 $GINFO --output - file-menu first nod nod \
-       | grep 'Arrived at Node 3.'
+  | grep 'Arrived at Node 3.'
 

Modified: trunk/info/t/end-of-line.sh
===================================================================
--- trunk/info/t/end-of-line.sh 2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/end-of-line.sh 2015-01-14 19:43:58 UTC (rev 6041)
@@ -25,11 +25,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/file-index.sh
===================================================================
--- trunk/info/t/file-index.sh  2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/file-index.sh  2015-01-14 19:43:58 UTC (rev 6041)
@@ -19,4 +19,4 @@
 
 # Follow an index entry in a file specified with --file
 $GINFO --output - --file split 'entry text' \
-       | grep 'Node: Target node'
+  | grep 'Node: Target node'

Modified: trunk/info/t/file-node-with-dot.sh
===================================================================
--- trunk/info/t/file-node-with-dot.sh  2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/file-node-with-dot.sh  2015-01-14 19:43:58 UTC (rev 6041)
@@ -20,4 +20,4 @@
 # Load a node with a full stop in its name in loaded file using --node.
 
 $GINFO --output - --file file-menu --node Has.dot \
-       | grep 'Node: Has.dot'
+  | grep 'Node: Has.dot'

Modified: trunk/info/t/file-node.sh
===================================================================
--- trunk/info/t/file-node.sh   2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/file-node.sh   2015-01-14 19:43:58 UTC (rev 6041)
@@ -20,4 +20,4 @@
 # Load a node in loaded file using --node. 
 
 $GINFO --output - --file file-menu --node Unreachable \
-       | grep 'not linked to elsewhere'
+  | grep 'not linked to elsewhere'

Modified: trunk/info/t/goto-quoted.sh
===================================================================
--- trunk/info/t/goto-quoted.sh 2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/goto-quoted.sh 2015-01-14 19:43:58 UTC (rev 6041)
@@ -25,11 +25,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/inc-sea-history.sh
===================================================================
--- trunk/info/t/inc-sea-history.sh     2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/inc-sea-history.sh     2015-01-14 19:43:58 UTC (rev 6041)
@@ -32,8 +32,8 @@
 . $t/Timeout-test.inc
 
 if test $RETVAL = 0; then
-       grep 'Node: Top' $GINFO_OUTPUT
-       RETVAL=$?
+  grep 'Node: Top' $GINFO_OUTPUT
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/index-long-nodeline.sh
===================================================================
--- trunk/info/t/index-long-nodeline.sh 2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/index-long-nodeline.sh 2015-01-14 19:43:58 UTC (rev 6041)
@@ -25,11 +25,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/index.sh
===================================================================
--- trunk/info/t/index.sh       2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/index.sh       2015-01-14 19:43:58 UTC (rev 6041)
@@ -25,11 +25,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/menu-sequence.sh
===================================================================
--- trunk/info/t/menu-sequence.sh       2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/menu-sequence.sh       2015-01-14 19:43:58 UTC (rev 6041)
@@ -24,10 +24,10 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       grep 'Arrived at Node 3.' $GINFO_OUTPUT 
-       RETVAL=$?
+  grep 'Arrived at Node 3.' $GINFO_OUTPUT 
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/next-quoted.sh
===================================================================
--- trunk/info/t/next-quoted.sh 2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/next-quoted.sh 2015-01-14 19:43:58 UTC (rev 6041)
@@ -23,11 +23,11 @@
 $GINFO -f quoting
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/node-no-file.sh
===================================================================
--- trunk/info/t/node-no-file.sh        2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/node-no-file.sh        2015-01-14 19:43:58 UTC (rev 6041)
@@ -19,4 +19,4 @@
 
 # Ask for a node without saying which file it's in
 $GINFO --output - --node nodename \
-       2>&1 | grep 'No file given'
+  2>&1 | grep 'No file given'

Modified: trunk/info/t/quoted-label-and-target.sh
===================================================================
--- trunk/info/t/quoted-label-and-target.sh     2015-01-14 19:42:53 UTC (rev 
6040)
+++ trunk/info/t/quoted-label-and-target.sh     2015-01-14 19:43:58 UTC (rev 
6041)
@@ -23,11 +23,11 @@
 $GINFO -f quoting
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/quoted-label-as-target.sh
===================================================================
--- trunk/info/t/quoted-label-as-target.sh      2015-01-14 19:42:53 UTC (rev 
6040)
+++ trunk/info/t/quoted-label-as-target.sh      2015-01-14 19:43:58 UTC (rev 
6041)
@@ -23,11 +23,11 @@
 $GINFO -f quoting
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/quoted-target.sh
===================================================================
--- trunk/info/t/quoted-target.sh       2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/quoted-target.sh       2015-01-14 19:43:58 UTC (rev 6041)
@@ -23,11 +23,11 @@
 $GINFO -f quoting --restore $t/quoted-target.drib
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/resize-in-completions.sh
===================================================================
--- trunk/info/t/resize-in-completions.sh       2015-01-14 19:42:53 UTC (rev 
6040)
+++ trunk/info/t/resize-in-completions.sh       2015-01-14 19:43:58 UTC (rev 
6041)
@@ -22,15 +22,15 @@
 
 run_ginfo -f file-menu
 if test $GINFO_PID = unknown; then
-       printf 'q' >$PTY_TYPE
-       RETVAL=77 # automake code for skipped test
+  printf 'q' >$PTY_TYPE
+  RETVAL=77 # automake code for skipped test
 else
-       printf 'g\t' >$PTY_TYPE
-       sleep 1 # Give ginfo time to process above keystrokes
-       kill -s WINCH $GINFO_PID
-       sleep 1 # Give ginfo time to process signal
-       # C-g to exit completions, q to quit
-       printf '\007q' >$PTY_TYPE
+  printf 'g\t' >$PTY_TYPE
+  sleep 1 # Give ginfo time to process above keystrokes
+  kill -s WINCH $GINFO_PID
+  sleep 1 # Give ginfo time to process signal
+  # C-g to exit completions, q to quit
+  printf '\007q' >$PTY_TYPE
 fi
 
 . $t/Timeout-test.inc

Modified: trunk/info/t/search-after-tag.sh
===================================================================
--- trunk/info/t/search-after-tag.sh    2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/search-after-tag.sh    2015-01-14 19:43:58 UTC (rev 6041)
@@ -25,11 +25,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/split-file-menu.sh
===================================================================
--- trunk/info/t/split-file-menu.sh     2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/split-file-menu.sh     2015-01-14 19:43:58 UTC (rev 6041)
@@ -27,10 +27,10 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       grep 'Node: Top' $GINFO_OUTPUT
-       RETVAL=$?
+  grep 'Node: Top' $GINFO_OUTPUT
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/split-index.sh
===================================================================
--- trunk/info/t/split-index.sh 2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/split-index.sh 2015-01-14 19:43:58 UTC (rev 6041)
@@ -25,11 +25,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc

Modified: trunk/info/t/tab.sh
===================================================================
--- trunk/info/t/tab.sh 2015-01-14 19:42:53 UTC (rev 6040)
+++ trunk/info/t/tab.sh 2015-01-14 19:43:58 UTC (rev 6041)
@@ -24,11 +24,11 @@
 . $t/Timeout-test.inc
 
 if test ! -f $GINFO_OUTPUT; then
-       RETVAL=1
+  RETVAL=1
 else
-       # Return non-zero (test failure) if files differ
-       diff $GINFO_OUTPUT $t/node-target
-       RETVAL=$?
+  # Return non-zero (test failure) if files differ
+  diff $GINFO_OUTPUT $t/node-target
+  RETVAL=$?
 fi
 
 . $t/Cleanup.inc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]