aboutsummaryrefslogtreecommitdiff
path: root/lib/dg.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-16 13:08:57 +0000
committerBen Elliston <bje@gnu.org>2003-08-16 13:08:57 +0000
commit6b5cde5bf1dfa159ed178e024f81006c5c507cf2 (patch)
treebba61f1236bad2fb18d320ea4e4d4e7e22eaf45d /lib/dg.exp
parent730d3ca912ec9d19d42285799beaf56a1c0d2252 (diff)
Whitespace fixes.
Diffstat (limited to 'lib/dg.exp')
-rw-r--r--lib/dg.exp12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/dg.exp b/lib/dg.exp
index 7d9bea5..1712b76 100644
--- a/lib/dg.exp
+++ b/lib/dg.exp
@@ -5,12 +5,12 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
-#
+#
# This program 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 this program; if not, write to the Free Software
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -156,7 +156,7 @@
# The default do-what keyword.
set dg-do-what-default compile
-# When dg-interpreter-batch-mode is 1, no execution test or excess error
+# When dg-interpreter-batch-mode is 1, no execution test or excess error
# tests are performed.
set dg-interpreter-batch-mode 0
@@ -591,7 +591,7 @@ proc dg-runtest { testcases flags default-extra-flags } {
# Syntax: dg-trim-dirname dir_name file_name
# We need to go through this contorsion in order to properly support
# directory-names which might have embedded regexp special characters.
-
+
proc dg-trim-dirname { dir_name file_name } {
set special_character "\[\?\+\-\.\(\)\$\|\]"
regsub -all $special_character $dir_name "\\\\&" dir_name
@@ -658,9 +658,9 @@ proc dg-test { args } {
if { "$tool_flags" != "" } {
set name "$name $tool_flags"
}
-
+
# Process any embedded dg options in the testcase.
-
+
# Use "" for the second element of dg-do-what so we can tell if it's been
# explicitly set to "S".
set dg-do-what [list ${dg-do-what-default} "" P]