[obvious] Fix whitespace in gdb.base/skip.exp

Message ID AM0PR08MB37146AA163DDF4BBD6AB821EE4500@AM0PR08MB3714.eurprd08.prod.outlook.com
State New, archived
Headers

Commit Message

Bernd Edlinger Dec. 17, 2019, 2:56 p.m. UTC
  Hi,

this fixes just the whitespace issue in gdb.base/skip.exp.

Is it OK for trunk?


Thanks
Bernd.
gdb/testsuite:
2019-12-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>

	* gdb.base/skip.exp: Whitespace fix.
  

Comments

Simon Marchi Dec. 17, 2019, 4:04 p.m. UTC | #1
On 2019-12-17 9:56 a.m., Bernd Edlinger wrote:
> Hi,
> 
> this fixes just the whitespace issue in gdb.base/skip.exp.
> 
> Is it OK for trunk?
> 
> 
> Thanks
> Bernd.
> 

Thanks, I pushed it.

Btw, the preferred way of sending a patch on a mailing list is by using
git-send-email.  It sends the email with the patch as the body, making
it easier to comment on it.  Could you try to use that for the next patches?

Simon
  

Patch

From 83d96746f277eb12127651352d785d9b3c90a881 Mon Sep 17 00:00:00 2001
From: Bernd Edlinger <bernd.edlinger@hotmail.de>
Date: Tue, 17 Dec 2019 14:20:36 +0100
Subject: [PATCH] Whitespace fix in gdb.base/skip.exp

Just use tabs instead of spaces here.
---
 gdb/testsuite/gdb.base/skip.exp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/gdb.base/skip.exp b/gdb/testsuite/gdb.base/skip.exp
index b0540dd..15dec42 100644
--- a/gdb/testsuite/gdb.base/skip.exp
+++ b/gdb/testsuite/gdb.base/skip.exp
@@ -21,8 +21,8 @@  load_lib completion-support.exp
 standard_testfile
 
 if { [prepare_for_testing "failed to prepare" "skip" \
-                          {skip.c skip1.c } \
-                          {debug nowarnings}] } {
+			  {skip.c skip1.c } \
+			  {debug nowarnings}] } {
     return -1
 }
 
-- 
1.9.1