summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_preprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_preprocessor.h')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_preprocessor.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_preprocessor.h b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_preprocessor.h
new file mode 100644
index 00000000..ec944587
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_preprocessor.h
@@ -0,0 +1,18 @@
+/**
+ * @file align_preprocessor.h
+ *
+ * @author Guy Maurel
+ * split from align.cpp
+ * @author Ben Gardner
+ * @license GPL v2+
+ */
+
+#ifndef ALIGN_PREPROCESSOR_H_INCLUDED
+#define ALIGN_PREPROCESSOR_H_INCLUDED
+
+#include "uncrustify_types.h"
+
+//! Scans the whole file for #defines. Aligns all within X lines of each other
+void align_preprocessor(void);
+
+#endif /* ALIGN_PREPROCESSOR_H_INCLUDED */