Skip to content

Commit 351dc78

Browse files
committed
code style fix
test=develop
1 parent b6b8626 commit 351dc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/legacy/cuda/src/hl_cuda_device.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ inline pid_t gettid() {
137137
#define __NR_gettid 224
138138
#endif
139139
pid_t tid = syscall(__NR_gettid);
140-
#else // _WIN32
140+
#else // _WIN32
141141
pid_t tid = _getpid();
142-
#endif // _WIN32
142+
#endif // _WIN32
143143
#endif
144144
CHECK_NE((int)tid, -1);
145145
return tid;

0 commit comments

Comments
 (0)