From 4fae29531c16df28685ca0530fbc0162b7882cff Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 9 Jul 2015 18:53:23 -0600 Subject: whitespace --- modules/files/_stdio.sh | 6 +++--- modules/files/blob-gethash.sh | 6 +++--- modules/files/blob-gettype.sh | 6 +++--- modules/files/commit.d.sh | 8 ++++---- modules/files/commit.f.sh | 6 +++--- modules/files/file-gettype.sh | 6 +++--- modules/files/get.d.sh | 6 +++--- modules/files/get.f.sh | 6 +++--- modules/files/get.sh | 6 +++--- modules/files/ls.sh | 6 +++--- modules/files/print.sh | 6 +++--- modules/files/tree.sh | 6 +++--- 12 files changed, 37 insertions(+), 37 deletions(-) (limited to 'modules/files') diff --git a/modules/files/_stdio.sh b/modules/files/_stdio.sh index 974e98e..0da03f0 100644 --- a/modules/files/_stdio.sh +++ b/modules/files/_stdio.sh @@ -2,17 +2,17 @@ #name='stdio' #ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/blob-gethash.sh b/modules/files/blob-gethash.sh index 74defbc..74a3f59 100644 --- a/modules/files/blob-gethash.sh +++ b/modules/files/blob-gethash.sh @@ -2,17 +2,17 @@ name='blob-gethash' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/blob-gettype.sh b/modules/files/blob-gettype.sh index da3ee2a..0dd924d 100644 --- a/modules/files/blob-gettype.sh +++ b/modules/files/blob-gettype.sh @@ -2,17 +2,17 @@ name='blob-gettype' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/commit.d.sh b/modules/files/commit.d.sh index d7e48f9..67263ec 100644 --- a/modules/files/commit.d.sh +++ b/modules/files/commit.d.sh @@ -2,17 +2,17 @@ name='commit.d' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . @@ -32,7 +32,7 @@ for file in *; do g="`stat "$file" -c'%g (%G)'`" # group i="`"$RVS" commit "$file"`" # ID n="$file" # name - + # %p %o %g %i %n echo "$p$t$o$t$g$t$i$t$n" >> "$tmp" done diff --git a/modules/files/commit.f.sh b/modules/files/commit.f.sh index e0df1b2..4effab3 100644 --- a/modules/files/commit.f.sh +++ b/modules/files/commit.f.sh @@ -2,17 +2,17 @@ name='commit.f' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/file-gettype.sh b/modules/files/file-gettype.sh index 2a1e0ca..ac1ba4e 100644 --- a/modules/files/file-gettype.sh +++ b/modules/files/file-gettype.sh @@ -2,17 +2,17 @@ name='file-gettype' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/get.d.sh b/modules/files/get.d.sh index 646e29d..9aa493c 100644 --- a/modules/files/get.d.sh +++ b/modules/files/get.d.sh @@ -2,17 +2,17 @@ name='get.d' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/get.f.sh b/modules/files/get.f.sh index e3d5edc..d5d889d 100644 --- a/modules/files/get.f.sh +++ b/modules/files/get.f.sh @@ -2,17 +2,17 @@ name='get.f' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/get.sh b/modules/files/get.sh index 639ac57..7dd0f1d 100644 --- a/modules/files/get.sh +++ b/modules/files/get.sh @@ -2,17 +2,17 @@ name='get' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/ls.sh b/modules/files/ls.sh index 9e586eb..1c4d620 100644 --- a/modules/files/ls.sh +++ b/modules/files/ls.sh @@ -2,17 +2,17 @@ name='ls' ver=0.1 # Copyright (C) 2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/print.sh b/modules/files/print.sh index 3657d2f..9a03469 100644 --- a/modules/files/print.sh +++ b/modules/files/print.sh @@ -2,17 +2,17 @@ name='print' ver=0.1 # Copyright (C) 2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . diff --git a/modules/files/tree.sh b/modules/files/tree.sh index 6164d94..4092582 100644 --- a/modules/files/tree.sh +++ b/modules/files/tree.sh @@ -2,17 +2,17 @@ name='tree' ver=0.1 # Copyright (C) 2010 Luke Shumaker -# +# # 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. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. # If not, see . -- cgit v1.2.3-2-g168b