summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_left_shift.h
blob: d02155b00df92d7e8a665ce97e5d7558a868706c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file align_left_shift.h
 *
 * @author  Guy Maurel
 * split from align.cpp
 * @author  Ben Gardner
 * @license GPL v2+
 */

#ifndef ALIGN_LEFT_SHIFT_H_INCLUDED
#define ALIGN_LEFT_SHIFT_H_INCLUDED

//! Align left shift operators '<<' (CT_SHIFT)
void align_left_shift();

#endif /* ALIGN_LEFT_SHIFT_H_INCLUDED */