summaryrefslogtreecommitdiffstats
path: root/src/get-carddav-report.c
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-09-19 22:27:48 +0900
committerMichele Calgaro <[email protected]>2020-09-19 22:27:48 +0900
commitb9c62203b8a0737f07a5eaba2e0c0763f657f035 (patch)
tree66eb7d008e4ce017308a3f9e988ca92eba851972 /src/get-carddav-report.c
parent98751825efb1a6961eda9ecf5d72ff06d0829c50 (diff)
downloadlibcarddav-b9c62203b8a0737f07a5eaba2e0c0763f657f035.tar.gz
libcarddav-b9c62203b8a0737f07a5eaba2e0c0763f657f035.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/get-carddav-report.c')
-rw-r--r--src/get-carddav-report.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/get-carddav-report.c b/src/get-carddav-report.c
index c88a9ae..fffef72 100644
--- a/src/get-carddav-report.c
+++ b/src/get-carddav-report.c
@@ -1,5 +1,3 @@
-/* vim: set textwidth=80 tabstop=4 smarttab: */
-
/* Copyright (c) 2010 Timothy Pearson ([email protected])
* Copyright (c) 2008 Michael Rasmussen ([email protected])
*
@@ -378,4 +376,4 @@ gboolean carddav_getall_by_uri(carddav_settings* settings, carddav_error* error)
curl_easy_cleanup(curl);
g_free(dav_file_listing);
return result;
-} \ No newline at end of file
+}