Fix some minor clang-format issues

This commit is contained in:
baldurk
2016-12-08 21:08:30 +00:00
parent 0d1fc526cd
commit 4dfe157861
3 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -24,11 +24,13 @@
#include <stdlib.h>
#include <string.h>
#include "official/vk_layer.h"
#include "api/replay/version.h"
#include "common/common.h"
#include "common/threading.h"
#include "hooks/hooks.h"
#include "official/vk_layer.h"
#include "os/os_specific.h"
#include "serialise/string_utils.h"
#include "vk_common.h"
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include "official/vk_layer.h"
// RenderDoc Includes
-1
View File
@@ -102,7 +102,6 @@ public:
void EnableHooks(const char *libName, bool enable) { m_EnabledHooks = enable; }
void OptionsUpdated(const char *libName) {}
private:
static SysHook syshooks;