diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align_asm_colon.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align_asm_colon.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align_asm_colon.h b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align_asm_colon.h deleted file mode 100644 index 76cc73bb..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/align_asm_colon.h +++ /dev/null @@ -1,24 +0,0 @@ -/** - * @file align_asm_colon.h - * - * @author Guy Maurel - * split from align.cpp - * @author Ben Gardner - * @license GPL v2+ - */ -#ifndef ALIGN_ASM_COLON_H_INCLUDED -#define ALIGN_ASM_COLON_H_INCLUDED - - -/** - * Aligns asm declarations on the colon - * asm volatile ( - * "xxx" - * : "x"(h), - * "y"(l), - * : "z"(h) - * ); - */ -void align_asm_colon(void); - -#endif /* ALIGN_ASM_COLON_H_INCLUDED */ |