libei/test/buildtest.c
Peter Hutterer a6028a7b87 Format the code with clang-format
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>
2026-03-12 13:55:19 +10:00

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;
}