Skip to content

Commit d892319

Browse files
committed
Clang format
1 parent e61144b commit d892319

File tree

2 files changed

+215
-197
lines changed

2 files changed

+215
-197
lines changed

clang/lib/Headers/__clang_cuda_runtime_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ __host__ __device__ void __nv_tex_surf_handler(const char *name, T *ptr,
384384
// will continue to fail as it does now.
385385
#endif // CUDA_VERSION
386386
#endif // __cplusplus >= 201103L && CUDA_VERSION >= 9000
387+
#include "surface_indirect_functions.h"
387388
#include "texture_fetch_functions.h"
388389
#include "texture_indirect_functions.h"
389-
#include "surface_indirect_functions.h"
390390

391391
// Restore state of __CUDA_ARCH__ and __THROW we had on entry.
392392
#pragma pop_macro("__CUDA_ARCH__")

0 commit comments

Comments
 (0)