Skip to content

Commit 1fcd058

Browse files
committed
format
1 parent 4ad94f6 commit 1fcd058

File tree

1 file changed

+2
-2
lines changed
  • stm32-modules/include/thermocycler-gen2/thermocycler-gen2

1 file changed

+2
-2
lines changed

stm32-modules/include/thermocycler-gen2/thermocycler-gen2/gcodes.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ struct GetResetReason {
161161
-> InputIt {
162162
int res = 0;
163163
// print a hexadecimal representation of the reset flags
164-
res = snprintf(&*buf, (limit - buf),
165-
"M114 Last Reset Reason: %X OK\n", reason);
164+
res = snprintf(&*buf, (limit - buf), "M114 Last Reset Reason: %X OK\n",
165+
reason);
166166
if (res <= 0) {
167167
return buf;
168168
}

0 commit comments

Comments
 (0)