libinput/test/build-pedantic.c
Peter Hutterer 8ead828e6f Fix a couple of coding style issues
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-05-01 12:09:57 +10:00

9 lines
86 B
C

#include <libinput.h>
/* This is a build-test only */
int
main(void)
{
return 0;
}