diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_assign.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_assign.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_assign.h b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_assign.h deleted file mode 100644 index e14ad62c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_assign.h +++ /dev/null @@ -1,25 +0,0 @@ -/** - * @file align_assign.h - * - * @author Guy Maurel - * split from align.cpp - * @author Ben Gardner - * @license GPL v2+ - */ - -#ifndef ALIGN_ASSIGN_H_INCLUDED -#define ALIGN_ASSIGN_H_INCLUDED - -#include "chunk_list.h" - -/** - * Aligns all assignment operators on the same level as first, starting with - * first. - * For variable definitions, only consider the '=' for the first variable. - * Otherwise, only look at the first '=' on the line. - * - * @param first chunk pointing to the first assignment - */ -chunk_t *align_assign(chunk_t *first, size_t span, size_t thresh, size_t *p_nl_count); - -#endif /* ALIGN_ASSIGN_H_INCLUDED */ |