summaryrefslogtreecommitdiff
path: root/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
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_port/gphoto2/gphoto2-port-info-list.h
parentaf2c0e0558e78cae06371abef36f43ca74a9c5c0 (diff)
downloadlibgphoto2-456a1d598bccc260b233d2e91c469be452e0fbef.tar.gz
Remove trailing whitespace from all *.h and *.c files.
Diffstat (limited to 'libgphoto2_port/gphoto2/gphoto2-port-info-list.h')
-rw-r--r--libgphoto2_port/gphoto2/gphoto2-port-info-list.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
index fcb840b68..e8c3b209a 100644
--- a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
+++ b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
@@ -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
@@ -31,7 +31,7 @@
* The enum is providing bitmasks, but most code uses it as
* just the one specific values.
*/
-typedef enum {
+typedef enum {
GP_PORT_NONE = 0, /**< \brief No specific type associated. */
GP_PORT_SERIAL = 1 << 0, /**< \brief Serial port. */
GP_PORT_USB = 1 << 2, /**< \brief USB port. */
@@ -44,7 +44,7 @@ typedef enum {
/**
* \brief Information about the current port.
- *
+ *
* Specific information about the current port. Usually taken from the
* "--port=XXXX" setting from the frontend.
*