X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2Fd3d10%2Ftri.cpp;h=18213427e5a8df6154cd7fd538e482350aaeddb0;hp=08b67017edb1d5ce96f28c07912ce7c81b7b4a8a;hb=c41cfb0f8cca8818f0a512d58f4c43820321e622;hpb=ff92190d6ea9fb593cdbcc639361c305e527129a diff --git a/apps/d3d10/tri.cpp b/apps/d3d10/tri.cpp index 08b6701..1821342 100644 --- a/apps/d3d10/tri.cpp +++ b/apps/d3d10/tri.cpp @@ -42,7 +42,9 @@ static IDXGISwapChain* g_pSwapChain = NULL; static ID3D10Device * g_pDevice = NULL; -int main(int argc, char *argv[]){ +int +main(int argc, char *argv[]) +{ HRESULT hr; HINSTANCE hInstance = GetModuleHandle(NULL);