diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-03-05 01:57:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-03-05 02:07:33 +0100 |
commit | d293e13f756d44cad5a36c15e6f54ae0b6b71c81 (patch) | |
tree | d523762ba47751879bd1b0e8146f04abb98c73b9 /libfshelp | |
parent | fb8c531ddeef55c8581d3882bd1b1f501d980a30 (diff) | |
download | hurd-d293e13f756d44cad5a36c15e6f54ae0b6b71c81.tar.gz hurd-d293e13f756d44cad5a36c15e6f54ae0b6b71c81.tar.bz2 hurd-d293e13f756d44cad5a36c15e6f54ae0b6b71c81.zip |
Fix space style
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fshelp.h | 4 | ||||
-rw-r--r-- | libfshelp/lock-acquire.c | 24 | ||||
-rw-r--r-- | libfshelp/lock-init.c | 24 |
3 files changed, 26 insertions, 26 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 1c6f04a2..d04c0561 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -46,8 +46,8 @@ struct port_info; translator. */ error_t fshelp_set_active_translator (struct port_info *pi, - const char *name, - mach_port_t active); + const char *name, + mach_port_t active); /* Remove the active translator specified by its control port ACTIVE. If there is no active translator with the given control port, this diff --git a/libfshelp/lock-acquire.c b/libfshelp/lock-acquire.c index 06c93d8c..f68c30a6 100644 --- a/libfshelp/lock-acquire.c +++ b/libfshelp/lock-acquire.c @@ -1,21 +1,21 @@ /* Copyright (C) 1993, 1994, 1996 Free Software Foundation -This file is part of the GNU Hurd. + This file is part of the GNU Hurd. -The GNU Hurd 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, or (at your option) -any later version. + The GNU Hurd 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, or (at your option) + any later version. -The GNU Hurd 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. + The GNU Hurd 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 the GNU Hurd; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + You should have received a copy of the GNU General Public License + along with the GNU Hurd; see the file COPYING. If not, write to + the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ diff --git a/libfshelp/lock-init.c b/libfshelp/lock-init.c index 66046aaa..21fb0d76 100644 --- a/libfshelp/lock-init.c +++ b/libfshelp/lock-init.c @@ -1,21 +1,21 @@ /* Copyright (C) 1993, 1994 Free Software Foundation -This file is part of the GNU Hurd. + This file is part of the GNU Hurd. -The GNU Hurd 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, or (at your option) -any later version. + The GNU Hurd 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, or (at your option) + any later version. -The GNU Hurd 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. + The GNU Hurd 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 the GNU Hurd; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + You should have received a copy of the GNU General Public License + along with the GNU Hurd; see the file COPYING. If not, write to + the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ |