Skip to content

Commit 1560f10

Browse files
committed
Formatting
1 parent 742120f commit 1560f10

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -814,9 +814,7 @@ class ExecutionTest {
814814
struct WarpDll {
815815
HMODULE Module = NULL;
816816

817-
~WarpDll() {
818-
Close();
819-
}
817+
~WarpDll() { Close(); }
820818

821819
void Close() {
822820
if (Module) {

0 commit comments

Comments
 (0)