diff options
author | Neil Brown <neilb@suse.de> | 2007-12-14 10:13:43 +0100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-12-14 10:13:43 +0100 |
commit | aba69144fd44fc261c943b0cec540751cfcd29bd (patch) | |
tree | 56aebc333f4ebf597efd556381470665ddc14c14 /md_u.h | |
parent | A recent patch broke --create --level=faulty - fix it. (diff) | |
download | mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.tar.xz mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.zip |
Remove spaces/tabs from ends of lines.
Diffstat (limited to 'md_u.h')
-rw-r--r-- | md_u.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,15 +1,15 @@ /* md_u.h : user <=> kernel API between Linux raidtools and RAID drivers Copyright (C) 1998 Ingo Molnar - + 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, or (at your option) any later version. - + You should have received a copy of the GNU General Public License (for example /usr/src/linux/COPYING); if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _MD_U_H @@ -119,5 +119,5 @@ typedef struct mdu_param_s int max_fault; /* unused for now */ } mdu_param_t; -#endif +#endif |