mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
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
|