diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align.h b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align.h deleted file mode 100644 index 110a2c86..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align.h +++ /dev/null @@ -1,16 +0,0 @@ -/** - * @file align.h - * prototypes for align.c - * - * @author Ben Gardner - * @license GPL v2+ - */ -#ifndef ALIGN_H_INCLUDED -#define ALIGN_H_INCLUDED - -#include "uncrustify_types.h" - - -void align_all(void); - -#endif /* ALIGN_H_INCLUDED */ |