Skip to content

Commit a0b1dff

Browse files
committed
code style
1 parent 4b786d0 commit a0b1dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Hash/src/Hash.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void sha1(uint8_t * data, uint32_t size, uint8_t hash[20]);
3131
void sha1(char * data, uint32_t size, uint8_t hash[20]);
3232
void sha1(const uint8_t * data, uint32_t size, uint8_t hash[20]);
3333
void sha1(const char * data, uint32_t size, uint8_t hash[20]);
34-
void sha1(String data , uint8_t hash[20]);
34+
void sha1(String data, uint8_t hash[20]);
3535

3636
String sha1(uint8_t* data, uint32_t size);
3737
String sha1(char* data, uint32_t size);

0 commit comments

Comments
 (0)