Skip to content

Commit

Permalink
ensure newline at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
bhess committed Mar 7, 2024
1 parent 70659b2 commit 213dc63
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion include/mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ void mayo_secure_free(void *mem, size_t size);
*/
void mayo_secure_clear(void *mem, size_t size);

#endif
#endif
2 changes: 1 addition & 1 deletion src/arithmetic.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ int sample_solution(const mayo_params_t *p, unsigned char *A, const unsigned cha
void m_calculate_PS_SPS(const uint64_t *P1, const uint64_t *P2, const uint64_t *P3, const unsigned char *S,
const int m, const int v, const int o, const int k, uint64_t *SPS);

#endif
#endif
2 changes: 1 addition & 1 deletion src/generic/arithmetic_128.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ inline void multiply_bins_128(uint64_t *bins, uint64_t *out) {
vec_copy_128(bins + 8, out);
}

#endif
#endif
2 changes: 1 addition & 1 deletion src/generic/arithmetic_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ inline void multiply_bins_64(uint64_t *bins, uint64_t *out) {
vec_copy_64(bins + 4, out);
}

#endif
#endif
2 changes: 1 addition & 1 deletion src/generic/arithmetic_96.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ inline void multiply_bins_96(uint64_t *bins, uint64_t *out) {
vec_copy_96(bins + 6, out);
}

#endif
#endif
1 change: 0 additions & 1 deletion src/generic/arithmetic_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,3 @@ static inline void mul_add_mat_x_m_mat(int m_legs, const unsigned char *mat, con
}
}
#endif

0 comments on commit 213dc63

Please sign in to comment.