Skip to content

Commit db77c28

Browse files
authored
formatting
1 parent cdc7ca1 commit db77c28

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: libraries/Update/src/Update.h

+5-3
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,13 @@ class UpdateClass {
143143
sets the expected MD5 for the firmware (hexString)
144144
If calc_post_decryption is true, the update library will calculate the MD5 after the decryption, if false the calculation occurs before the decryption
145145
*/
146-
bool setMD5(const char *expected_md5
146+
bool setMD5(
147+
const char *expected_md5
147148
#ifndef UPDATE_NOCRYPT
148-
, bool calc_post_decryption = true
149+
,
150+
bool calc_post_decryption = true
149151
#endif /* #ifdef UPDATE_NOCRYPT */
150-
);
152+
);
151153

152154
/*
153155
returns the MD5 String of the successfully ended firmware

0 commit comments

Comments
 (0)