Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 29, 2024
1 parent c88c73c commit e42e98f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/aegis128x2/aegis128x2_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ struct aegis128x2_implementation aegis128x2_avx2_implementation = {
.state_decrypt_detached_final = state_decrypt_detached_final,
};

# ifdef __clang__
# pragma clang attribute pop
# endif
# ifdef __clang__
# pragma clang attribute pop
# endif

# endif

#endif
#endif

0 comments on commit e42e98f

Please sign in to comment.