build: remove src file execute permission
[fw/openocd] / src / target / testee.c
index 991c64e85f4cffef1524c7095cfefa7b65126070..280111a434e0ca2ffc2f6eed575e60ba893a6c93 100644 (file)
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+
+#include <helper/log.h>
+
 #include "target.h"
 #include "target_type.h"
-#include <helper/log.h>
 #include "hello.h"
 
 static const struct command_registration testee_command_handlers[] = {