Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / libnrtype / one-para.h
1 #ifndef LIBNRTYPE_ONE_PARA_H_INKSCAPE
2 #define LIBNRTYPE_ONE_PARA_H_INKSCAPE
4 struct one_para {
5     int b_st, b_en;
6 };
9 #endif /* !LIBNRTYPE_ONE_PARA_H_INKSCAPE */
11 /*
12   Local Variables:
13   mode:c++
14   c-file-style:"stroustrup"
15   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16   indent-tabs-mode:nil
17   fill-column:99
18   End:
19 */
20 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :