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

#ifndef ALIGN_LOG_AL_H_INCLUDED
#define ALIGN_LOG_AL_H_INCLUDED

#include "uncrustify_types.h"

void align_log_al(log_sev_t sev, size_t line);

#endif /* ALIGN_LOG_AL_H_INCLUDED */