Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Jul 13, 2024
1 parent bb50d7d commit a19589a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,8 @@ private static String generateInitializationForWatchdog(

// Define the "self" struct.
String structType = CUtil.selfType(tpr);
code.pr(structType
+ "* self = ("
+ structType
+ "*)instance_args; SUPPRESS_UNUSED_WARNING(self);");
code.pr(
structType + "* self = (" + structType + "*)instance_args; SUPPRESS_UNUSED_WARNING(self);");

// Declare mode if in effects field of watchdog
if (watchdog.getEffects() != null) {
Expand Down

0 comments on commit a19589a

Please sign in to comment.