Skip to content

Commit

Permalink
fix coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
KPatr1ck committed Mar 22, 2022
1 parent b915737 commit ef47b64
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions paddle/phi/kernels/cpu/pad3d_kernel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -575,5 +575,13 @@ void Pad3dKernel(const Context& dev_ctx,

} // namespace phi

PD_REGISTER_KERNEL(
pad3d, CPU, ALL_LAYOUT, phi::Pad3dKernel, float, double, int, int64_t, phi::dtype::complex<float>, phi::dtype::complex<double>) {}
PD_REGISTER_KERNEL(pad3d,
CPU,
ALL_LAYOUT,
phi::Pad3dKernel,
float,
double,
int,
int64_t,
phi::dtype::complex<float>,
phi::dtype::complex<double>) {}

1 comment on commit ef47b64

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on ef47b64 Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #40113 Commit ID: ef47b64 contains failed CI.

🔹 Failed: PR-CI-Static-Check

Unknown Failed
Unknown Failed

Please sign in to comment.