diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h deleted file mode 100644 index 1095c94e..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h +++ /dev/null @@ -1,18 +0,0 @@ -/** - * @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(); - -#endif /* ALIGN_PREPROCESSOR_H_INCLUDED */ |