diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-03 04:43:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-03 04:43:26 +0000 |
commit | afbfc876f1cdcb02c330d0b8e7bad23d2c28a989 (patch) | |
tree | e2bf885b89320216d3587fe01bb1a48da35685eb /gdb/gdb-events.h | |
parent | c91ecb25c3d04094aafd260522f8d85e2286ff87 (diff) | |
download | gdb-afbfc876f1cdcb02c330d0b8e7bad23d2c28a989.zip gdb-afbfc876f1cdcb02c330d0b8e7bad23d2c28a989.tar.gz gdb-afbfc876f1cdcb02c330d0b8e7bad23d2c28a989.tar.bz2 |
Re-indent gdb-events.h, gdb-events.c using gdb-events.sh.
Diffstat (limited to 'gdb/gdb-events.h')
-rw-r--r-- | gdb/gdb-events.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gdb/gdb-events.h b/gdb/gdb-events.h index c98af7a..2e9a768 100644 --- a/gdb/gdb-events.h +++ b/gdb/gdb-events.h @@ -3,21 +3,21 @@ Contributed by Cygnus Solutions. -This file is part of GDB. + This file is part of GDB. -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 2 of the License, or -(at your option) any later version. + 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 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. + 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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Work in progress */ |