diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 09:06:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 09:06:25 +0300 |
commit | b7216e86c20ba804c2ced975219df23bb834c3cf (patch) | |
tree | 62fe08cbde2c1426af09e57923d89a7780915720 /src/error.c | |
parent | test: add Pylint configuration + fix warnings (diff) | |
download | aes-tools-b7216e86c20ba804c2ced975219df23bb834c3cf.tar.gz aes-tools-b7216e86c20ba804c2ced975219df23bb834c3cf.zip |
code style
Diffstat (limited to 'src/error.c')
-rw-r--r-- | src/error.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/error.c b/src/error.c index 354183d..3bf3ed2 100644 --- a/src/error.c +++ b/src/error.c @@ -1,7 +1,9 @@ -// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> -// This file is part of the "AES tools" project. -// For details, see https://github.com/egor-tensin/aes-tools. -// Distributed under the MIT License. +/* + * Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> + * This file is part of the "AES tools" project. + * For details, see https://github.com/egor-tensin/aes-tools. + * Distributed under the MIT License. + */ #include <aes/all.h> |