summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2/gphoto2-list.c')
-rw-r--r--libgphoto2/gphoto2-list.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgphoto2/gphoto2-list.c b/libgphoto2/gphoto2-list.c
index dc12ad4c2..d5faff858 100644
--- a/libgphoto2/gphoto2-list.c
+++ b/libgphoto2/gphoto2-list.c
@@ -9,10 +9,10 @@
* version 2 of the License, or (at your option) any later version.
*
* \note
- * 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.
*
* \note
* You should have received a copy of the GNU Lesser General Public
@@ -117,7 +117,7 @@ gp_list_unref (CameraList *list)
*
**/
int
-gp_list_free (CameraList *list)
+gp_list_free (CameraList *list)
{
int i;
C_PARAMS (list && list->ref_count);
@@ -220,7 +220,7 @@ gp_list_sort (CameraList *list)
/**
* Counts the entries in the \c list.
- *
+ *
* \param list a #CameraList
* \return a gphoto2 error code
*