diff options
author | Siim Meerits <sh0@yutani.ee> | 2020-07-27 17:37:00 +0300 |
---|---|---|
committer | Siim Meerits <sh0@yutani.ee> | 2020-07-27 17:37:00 +0300 |
commit | 456a1d598bccc260b233d2e91c469be452e0fbef (patch) | |
tree | c1288655494c94292f6e2eb26d722958899c7107 /camlibs/stv0674 | |
parent | af2c0e0558e78cae06371abef36f43ca74a9c5c0 (diff) | |
download | libgphoto2-456a1d598bccc260b233d2e91c469be452e0fbef.tar.gz |
Remove trailing whitespace from all *.h and *.c files.
Diffstat (limited to 'camlibs/stv0674')
-rw-r--r-- | camlibs/stv0674/library.c | 6 | ||||
-rw-r--r-- | camlibs/stv0674/library.h | 6 | ||||
-rw-r--r-- | camlibs/stv0674/stv0674.c | 8 | ||||
-rw-r--r-- | camlibs/stv0674/stv0674.h | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/camlibs/stv0674/library.c b/camlibs/stv0674/library.c index d668c1c06..746637248 100644 --- a/camlibs/stv0674/library.c +++ b/camlibs/stv0674/library.c @@ -7,10 +7,10 @@ * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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 - * Lesser General Public License for more details. + * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the diff --git a/camlibs/stv0674/library.h b/camlibs/stv0674/library.h index dac37bac9..64379e31a 100644 --- a/camlibs/stv0674/library.h +++ b/camlibs/stv0674/library.h @@ -7,10 +7,10 @@ * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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 - * Lesser General Public License for more details. + * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the diff --git a/camlibs/stv0674/stv0674.c b/camlibs/stv0674/stv0674.c index 398ed5afa..18ef1f4c3 100644 --- a/camlibs/stv0674/stv0674.c +++ b/camlibs/stv0674/stv0674.c @@ -7,10 +7,10 @@ * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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 - * Lesser General Public License for more details. + * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the @@ -108,7 +108,7 @@ static int file_list_func (CameraFilesystem *fs, const char *folder, return result; } if (count > 10000) { /* arbitrary limit to avoid resource exhaustion by malicious USB */ - GP_DEBUG("count %d is over 10000 arbitrary limit. Increase if needed.\n", count); + GP_DEBUG("count %d is over 10000 arbitrary limit. Increase if needed.\n", count); return GP_ERROR_CORRUPTED_DATA; } diff --git a/camlibs/stv0674/stv0674.h b/camlibs/stv0674/stv0674.h index bbc55dac5..041510f47 100644 --- a/camlibs/stv0674/stv0674.h +++ b/camlibs/stv0674/stv0674.h @@ -7,10 +7,10 @@ * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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 - * Lesser General Public License for more details. + * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the |