Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2023
1 parent 7b977f3 commit baaa3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taichi/codegen/amdgpu/codegen_amdgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace lang {

class KernelCodeGenAMDGPU : public KernelCodeGen {
public:
KernelCodeGenAMDGPU(Kernel *kernel)
: KernelCodeGen(kernel) {}
KernelCodeGenAMDGPU(Kernel *kernel) : KernelCodeGen(kernel) {
}

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

0 comments on commit baaa3dc

Please sign in to comment.