Skip to content

Commit f9f8364

Browse files
committed
comments/whitespaces
1 parent 8f914d2 commit f9f8364

17 files changed

+12
-17
lines changed

src/pk/ecc/ecc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,3 @@ const ltc_ecc_set_type ltc_ecc_sets[] = {
122122
/* ref: $Format:%D$ */
123123
/* git commit: $Format:%H$ */
124124
/* commit time: $Format:%ai$ */
125-

src/pk/ecc/ecc_decrypt_key.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ int ecc_decrypt_key(const unsigned char *in, unsigned long inlen,
145145
/* ref: $Format:%D$ */
146146
/* git commit: $Format:%H$ */
147147
/* commit time: $Format:%ai$ */
148-

src/pk/ecc/ecc_encrypt_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ int ecc_encrypt_key(const unsigned char *in, unsigned long inlen,
128128
}
129129

130130
#endif
131+
131132
/* ref: $Format:%D$ */
132133
/* git commit: $Format:%H$ */
133134
/* commit time: $Format:%ai$ */
134-

src/pk/ecc/ecc_export.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int ecc_export(unsigned char *out, unsigned long *outlen, int type, ecc_key *key
7474
}
7575

7676
#endif
77+
7778
/* ref: $Format:%D$ */
7879
/* git commit: $Format:%H$ */
7980
/* commit time: $Format:%ai$ */
80-

src/pk/ecc/ecc_free.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void ecc_free(ecc_key *key)
3232
}
3333

3434
#endif
35+
3536
/* ref: $Format:%D$ */
3637
/* git commit: $Format:%H$ */
3738
/* commit time: $Format:%ai$ */
38-

src/pk/ecc/ecc_get_size.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int ecc_get_size(ecc_key *key)
3636
}
3737

3838
#endif
39+
3940
/* ref: $Format:%D$ */
4041
/* git commit: $Format:%H$ */
4142
/* commit time: $Format:%ai$ */
42-

src/pk/ecc/ecc_import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, co
164164
return err;
165165
}
166166
#endif
167+
167168
/* ref: $Format:%D$ */
168169
/* git commit: $Format:%H$ */
169170
/* commit time: $Format:%ai$ */
170-

src/pk/ecc/ecc_make_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_set
122122
}
123123

124124
#endif
125+
125126
/* ref: $Format:%D$ */
126127
/* git commit: $Format:%H$ */
127128
/* commit time: $Format:%ai$ */
128-

src/pk/ecc/ecc_shared_secret.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ int ecc_shared_secret(ecc_key *private_key, ecc_key *public_key,
8787
}
8888

8989
#endif
90+
9091
/* ref: $Format:%D$ */
9192
/* git commit: $Format:%H$ */
9293
/* commit time: $Format:%ai$ */
93-

src/pk/ecc/ecc_sizes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void ecc_sizes(int *low, int *high)
4040
}
4141

4242
#endif
43+
4344
/* ref: $Format:%D$ */
4445
/* git commit: $Format:%H$ */
4546
/* commit time: $Format:%ai$ */
46-

0 commit comments

Comments
 (0)