summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-result.c
diff options
context:
space:
mode:
authorSiim Meerits <sh0@yutani.ee>2020-07-27 17:37:00 +0300
committerSiim Meerits <sh0@yutani.ee>2020-07-27 17:37:00 +0300
commit456a1d598bccc260b233d2e91c469be452e0fbef (patch)
treec1288655494c94292f6e2eb26d722958899c7107 /libgphoto2/gphoto2-result.c
parentaf2c0e0558e78cae06371abef36f43ca74a9c5c0 (diff)
downloadlibgphoto2-456a1d598bccc260b233d2e91c469be452e0fbef.tar.gz
Remove trailing whitespace from all *.h and *.c files.
Diffstat (limited to 'libgphoto2/gphoto2-result.c')
-rw-r--r--libgphoto2/gphoto2-result.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgphoto2/gphoto2-result.c b/libgphoto2/gphoto2-result.c
index f62a83c2f..0f37bcefd 100644
--- a/libgphoto2/gphoto2-result.c
+++ b/libgphoto2/gphoto2-result.c
@@ -9,10 +9,10 @@
* version 2 of the License, or (at your option) any later version.
*
* \par
- * 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.
*
* \par
* You should have received a copy of the GNU Lesser General Public
@@ -63,7 +63,7 @@ static struct {
* \brief Translate a gphoto error code into a localized string
* \param result a gphoto2 error code
*
- * Translates a gphoto2 error code into a human readable string. If the
+ * Translates a gphoto2 error code into a human readable string. If the
* error occurred in combination with a camera,
* gp_camera_get_result_as_string() should be used instead.
*
@@ -80,7 +80,7 @@ gp_result_as_string (int result)
/* Camlib error? */
if (result <= -1000)
- return (N_("Unknown camera library error"));
+ return (N_("Unknown camera library error"));
for (i = 0; result_descriptions[i].description; i++)
if (result_descriptions[i].result == result)