From 19d43a4c5f47437d5316bf21e0404308d960af37 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 4 Jan 2010 11:11:37 +0000 Subject: [PATCH] Fix formatting. --- tools/regression/usr.bin/pkill/pgrep-t.t | 2 +- tools/regression/usr.bin/pkill/pkill-t.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/regression/usr.bin/pkill/pgrep-t.t b/tools/regression/usr.bin/pkill/pgrep-t.t index 04f0e122e0ba..c1d0c2a4861d 100644 --- a/tools/regression/usr.bin/pkill/pgrep-t.t +++ b/tools/regression/usr.bin/pkill/pgrep-t.t @@ -13,7 +13,7 @@ if [ "$tty" = "??" ]; then else case $tty in pts/*) ttyshort=`echo $tty | cut -c 5-` ;; - *) ttyshort=`echo $tty | cut -c 4-` ;; + *) ttyshort=`echo $tty | cut -c 4-` ;; esac fi sleep=`mktemp /tmp/$base.XXXXXX` || exit 1 diff --git a/tools/regression/usr.bin/pkill/pkill-t.t b/tools/regression/usr.bin/pkill/pkill-t.t index 76c4f280dae3..84a66c30088a 100644 --- a/tools/regression/usr.bin/pkill/pkill-t.t +++ b/tools/regression/usr.bin/pkill/pkill-t.t @@ -13,7 +13,7 @@ if [ "$tty" = "??" ]; then else case $tty in pts/*) ttyshort=`echo $tty | cut -c 5-` ;; - *) ttyshort=`echo $tty | cut -c 4-` ;; + *) ttyshort=`echo $tty | cut -c 4-` ;; esac fi sleep=`mktemp /tmp/$base.XXXXXX` || exit 1