Apply clang-format code style to all source files

This commit is contained in:
icex2
2019-10-20 00:50:40 +02:00
parent c600e1a423
commit c3bc8782f4
401 changed files with 13844 additions and 11361 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
#ifndef HOOKLIB_SETUPAPI_H
#define HOOKLIB_SETUPAPI_H
#include <windows.h>
#include <setupapi.h>
#include <windows.h>
struct hook_setupapi_data {
GUID device_guid;
const char* device_desc;
const char* device_path;
const char *device_desc;
const char *device_path;
};
void hook_setupapi_init(const struct hook_setupapi_data* data);
void hook_setupapi_init(const struct hook_setupapi_data *data);
#endif