Skip to content

Commit

Permalink
del extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Jan 10, 2023
1 parent 4c05b54 commit 7b977f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/codegen/amdgpu/codegen_amdgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace lang {
class KernelCodeGenAMDGPU : public KernelCodeGen {
public:
KernelCodeGenAMDGPU(Kernel *kernel)
: KernelCodeGen(kernel) { }
: KernelCodeGen(kernel) {}

// TODO: Stop defining this macro guards in the headers
#ifdef TI_WITH_LLVM
Expand Down

0 comments on commit 7b977f3

Please sign in to comment.