Skip to content

Commit 4c0215c

Browse files
committed
erroneous bracket
1 parent 36b6710 commit 4c0215c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backends/cuda/runtime/platform/platform.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#ifdef _WIN32
1515
#include <windows.h>
16-
#else
16+
#else // Posix
1717
#include <dlfcn.h>
1818
#include <unistd.h>
1919
#endif
@@ -94,8 +94,6 @@ int32_t get_process_id(void* lib_handle) {
9494
#endif
9595
}
9696

97-
}
98-
9997
} // cuda
10098
} // backends
10199
} // executorch

0 commit comments

Comments
 (0)