mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
acf2ec806b
A left over from the CVS Id removal. Also, for a few files, normalize the order in which things are declared in headers.
12 lines
140 B
C
12 lines
140 B
C
#ifndef EL__UTIL_ALIGN_H
|
|
#define EL__UTIL_ALIGN_H
|
|
|
|
enum format_align {
|
|
ALIGN_LEFT,
|
|
ALIGN_CENTER,
|
|
ALIGN_RIGHT,
|
|
ALIGN_JUSTIFY,
|
|
};
|
|
|
|
#endif
|