aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcal.h b/vcal.h
index fb767820..93699a29 100644
--- a/vcal.h
+++ b/vcal.h
@@ -40,7 +40,8 @@ struct content_line {
this->values.cur()->params.push(p);
}
- inline void push_param_value (strbuf* value) { this->values.cur()->params.cur()->values.push(value); }
+ inline void push_param_value (strbuf* value)
+ { this->values.cur()->params.cur()->values.push(value); }
inline strbuf* value() { return &this->values.cur()->value; }