Manually reformat aes_x86core.c and add it to the list of files skipped by
openssl-format-source Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
1ab6c607b8
commit
66186aeeb0
2 changed files with 522 additions and 515 deletions
File diff suppressed because it is too large
Load diff
|
@ -88,7 +88,7 @@ do
|
|||
case `basename $j` in
|
||||
# the list of files that indent is unable to handle correctly
|
||||
# that we simply leave alone for manual formatting now
|
||||
obj_dat.h|aes_core.c)
|
||||
obj_dat.h|aes_core.c|aes_x86core.c)
|
||||
echo "skipping $j"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue