Skip to content

Commit

Permalink
[ot] hw/opentitan: fix clang-format in ot_otp_eg_parts.c
Browse files Browse the repository at this point in the history
Accidentally deleted this ifdef in a previous commit.
  • Loading branch information
jwnrt committed Nov 29, 2024
1 parent a484863 commit 2c0b113
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hw/opentitan/ot_otp_eg_parts.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* Generated from otp_ctrl_mmap.hjson with otptool.py */

/* this prevents linters from checking this file without its parent file */
#ifdef OT_OTP_EG_PARTS

/* clang-format off */
/* NOLINTBEGIN */
static const OtOTPPartDesc OtOTPPartDescs[] = {
Expand Down Expand Up @@ -147,3 +150,5 @@ static const OtOTPPartDesc OtOTPPartDescs[] = {

/* NOLINTEND */
/* clang-format on */

#endif /* OT_OTP_EG_PARTS */

0 comments on commit 2c0b113

Please sign in to comment.