diff options
| author | Dave Houlton <daveh@lunarg.com> | 2018-02-16 11:02:26 -0700 |
|---|---|---|
| committer | Dave Houlton <daveh@lunarg.com> | 2018-02-19 14:59:16 -0700 |
| commit | 5fa4791843d7bb9df449e243e17731d72bebb436 (patch) | |
| tree | 4d9be1913931f95611523249afa5c612342f5aff /demos/smoke/ShellWin32.cpp | |
| parent | 5d2ad545981d93a980a066e03aa46725a398518b (diff) | |
| download | usermoji-5fa4791843d7bb9df449e243e17731d72bebb436.tar.xz | |
demos: clang-format only
Apply a whole-file clang-format to LVL demos folder.
Change-Id: I5f7fc8b67e7f3f3eeaa34a2ae757004fb7334743
Diffstat (limited to 'demos/smoke/ShellWin32.cpp')
| -rw-r--r-- | demos/smoke/ShellWin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/smoke/ShellWin32.cpp b/demos/smoke/ShellWin32.cpp index 69ef38b4..11a0eea5 100644 --- a/demos/smoke/ShellWin32.cpp +++ b/demos/smoke/ShellWin32.cpp @@ -84,7 +84,7 @@ void ShellWin32::create_window() { win_rect.right - win_rect.left, win_rect.bottom - win_rect.top, nullptr, nullptr, hinstance_, nullptr); SetForegroundWindow(hwnd_); - SetWindowLongPtr(hwnd_, GWLP_USERDATA, (LONG_PTR) this); + SetWindowLongPtr(hwnd_, GWLP_USERDATA, (LONG_PTR)this); } PFN_vkGetInstanceProcAddr ShellWin32::load_vk() { |
