From 21b1f8d2fc29b7e0585dbdca72c0b8a8bf070a2e Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 16 Feb 2016 12:39:16 -0800 Subject: Whitespace cleanup for skip testcase. gdb/testsuite/ChangeLog: * gdb.base/skip.c: Add copyright. Whitespace cleanup. * gdb.base/skip1.c: Ditto. * gdb.base/skip.exp: Whitespace cleanup. --- gdb/testsuite/gdb.base/skip1.c | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'gdb/testsuite/gdb.base/skip1.c') diff --git a/gdb/testsuite/gdb.base/skip1.c b/gdb/testsuite/gdb.base/skip1.c index fe63cd6..9a06e62 100644 --- a/gdb/testsuite/gdb.base/skip1.c +++ b/gdb/testsuite/gdb.base/skip1.c @@ -1,9 +1,28 @@ -int bar() +/* This testcase is part of GDB, the GNU debugger. + + Copyright 2011-2016 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 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, see . */ + +int +bar (void) { return 1; } -int baz(int a) +int +baz (int a) { return a + 1; } -- cgit v1.1