aboutsummaryrefslogtreecommitdiff
path: root/vcal.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-10 01:05:15 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-10 01:05:15 +0100
commit226e98b5fb330449996801dcbaa1a7b044d711ae (patch)
tree4054d5c7bb4918245b063d6bc1c168b20ee07e02 /vcal.c
parentAdd attr_helper to graph output. (diff)
downloadcalp-226e98b5fb330449996801dcbaa1a7b044d711ae.tar.gz
calp-226e98b5fb330449996801dcbaa1a7b044d711ae.tar.xz
Minor general cleanup.
Diffstat (limited to 'vcal.c')
-rw-r--r--vcal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcal.c b/vcal.c
index b54a0370..369e1016 100644
--- a/vcal.c
+++ b/vcal.c
@@ -45,8 +45,8 @@ INIT_F(vcomponent, char* type, char* filename) {
}
content_line* RESOLVE(content_line)
- (content_line* dest, content_line* new) {
-
+ (content_line* dest, content_line* new)
+{
if (dest == NULL) return new;
if (strbuf_cmp(&dest->key, &new->key) != 0) {