mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-05 16:10:41 +02:00
clang-format taken from libinput, except for ColumnLimit: 100 and some macro definitions (which don't all have an effect anyway...) It's not perfect but good enough and at least consistent. Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/383>
14 lines
174 B
C
14 lines
174 B
C
/* SPDX-License-Identifier: MIT */
|
|
#if INCLUDE_LIBEI
|
|
#include <libei.h>
|
|
#endif
|
|
|
|
#if INCLUDE_LIBEIS
|
|
#include <libeis.h>
|
|
#endif
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
return 0;
|
|
}
|