]> git.notmuchmail.org Git - notmuch/blobdiff - gmime-filter-reply.h
cli: run uncrustify
[notmuch] / gmime-filter-reply.h
index 41cbc1348a166aeae5bc06ea3a896811d333a81d..5a1e606e5079a5ac7f2c2688222b9150b37ff7c4 100644 (file)
@@ -40,18 +40,18 @@ typedef struct _GMimeFilterReplyClass GMimeFilterReplyClass;
  * @saw_nl: previous char was a \n
  * @saw_angle: previous char was a >
  *
  * @saw_nl: previous char was a \n
  * @saw_angle: previous char was a >
  *
- * A filter to insert/remove reply markers (lines begining with >)
+ * A filter to insert/remove reply markers (lines beginning with >)
  **/
 struct _GMimeFilterReply {
  **/
 struct _GMimeFilterReply {
-       GMimeFilter parent_object;
+    GMimeFilter parent_object;
 
 
-       gboolean encode;
-       gboolean saw_nl;
-       gboolean saw_angle;
+    gboolean encode;
+    gboolean saw_nl;
+    gboolean saw_angle;
 };
 
 struct _GMimeFilterReplyClass {
 };
 
 struct _GMimeFilterReplyClass {
-       GMimeFilterClass parent_class;
+    GMimeFilterClass parent_class;
 
 };
 
 
 };