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

#ifndef ALIGN_OC_MSG_COLONS_H_INCLUDED
#define ALIGN_OC_MSG_COLONS_H_INCLUDED

//! Aligns OC messages
void align_oc_msg_colons();

#endif /* ALIGN_OC_MSG_COLONS_H_INCLUDED */