summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-18 13:28:48 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-19 17:11:24 +0200
commitab3af6f5003221289bc39693a5e482396ad591dd (patch)
treea7ee663fda2b92c7419991f6632e41804807725b /libgphoto2_port
parent77f3b22e937c212fb330a18b3f1924b3a7539122 (diff)
downloadlibgphoto2-ab3af6f5003221289bc39693a5e482396ad591dd.tar.gz
add C coding style for emacs
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
index ad131ef6b..e92004b47 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -621,3 +621,11 @@ gp_port_info_new (GPPortInfo *info) {
C_MEM (*info = calloc (1, sizeof(struct _GPPortInfo)));
return GP_OK;
}
+
+
+/*
+ * Local Variables:
+ * c-file-style:"linux"
+ * indent-tabs-mode:t
+ * End:
+ */