diff options
author | Constanza Heath <[email protected]> | 2015-08-28 13:39:54 -0700 |
---|---|---|
committer | Constanza Heath <[email protected]> | 2015-08-28 13:39:54 -0700 |
commit | bd69052b351fe1e18449077c1362591bb59efc27 (patch) | |
tree | 187fd5cf949be05c2a9b8d5695f5bf0f6937518a /lib/aes_decrypt.c | |
parent | 202b462c58dfc7b052826418e299e9f426ad4022 (diff) |
Add space to line1 of all files, remove punctuation, add space on line2, remove ws from license
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'lib/aes_decrypt.c')
-rw-r--r-- | lib/aes_decrypt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/aes_decrypt.c b/lib/aes_decrypt.c index db5f37c..cf74fc3 100644 --- a/lib/aes_decrypt.c +++ b/lib/aes_decrypt.c @@ -1,7 +1,8 @@ -/* aes_decrypt.c - TinyCrypt implementation of AES decryption procedure.*/ +/* aes_decrypt.c - TinyCrypt implementation of AES decryption procedure */ + /* * Copyright (C) 2015 by Intel Corporation, All Rights Reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * |