summaryrefslogtreecommitdiffstats
path: root/group.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-05-26 14:45:02 -0700
committerKevin McCarthy <kevin@8t8.us>2016-05-26 14:45:02 -0700
commitbeace0e4dbe6df3aceb7ecae3affbdf91365f8df (patch)
tree93623418901dbb69005d1f242c0b4e4b66f0786d /group.h
parent938a56572752a0f7fc31660222444cab91a30ece (diff)
Fix header file indentation after M_ prefix renaming.
The use of tabs caused misalignment of various macro definitions.
Diffstat (limited to 'group.h')
-rw-r--r--group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/group.h b/group.h
index 68f01dcc..55adcfa0 100644
--- a/group.h
+++ b/group.h
@@ -20,8 +20,8 @@
#ifndef _MUTT_GROUP_H_
#define _MUTT_GROUP_H_ 1
-#define MUTT_GROUP 0
-#define MUTT_UNGROUP 1
+#define MUTT_GROUP 0
+#define MUTT_UNGROUP 1
void mutt_group_add_adrlist (group_t *g, ADDRESS *a);