diff options
author | David VaĊĦek <david.vasek@nic.cz> | 2019-07-01 13:28:08 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2019-07-04 15:16:43 +0200 |
commit | e3d311d8ede93eb5844bebf767decb71cce0b51a (patch) | |
tree | ac833cb8dcd13c8a3cbb46af88699d6168bdbca0 /tests/libdnssec/test_crypto.c | |
parent | doc: knotd/knotc - improve the -m parameter description (diff) | |
download | knot-e3d311d8ede93eb5844bebf767decb71cce0b51a.tar.xz knot-e3d311d8ede93eb5844bebf767decb71cce0b51a.zip |
coding style improvements - copyright notice
Diffstat (limited to 'tests/libdnssec/test_crypto.c')
-rw-r--r-- | tests/libdnssec/test_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libdnssec/test_crypto.c b/tests/libdnssec/test_crypto.c index 04d8e3e92..eb2601da2 100644 --- a/tests/libdnssec/test_crypto.c +++ b/tests/libdnssec/test_crypto.c @@ -12,7 +12,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. -*/ + */ #include <tap/basic.h> |