summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/src/align_left_shift.h
blob: 47d9eb81b503e0c507e82b3c4a8e555e8bb3c87f (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(void);

#endif /* ALIGN_LEFT_SHIFT_H_INCLUDED */