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-fuzz | |
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-fuzz')
-rw-r--r-- | tests-fuzz/fuzz_packet.c | 2 | ||||
-rw-r--r-- | tests-fuzz/fuzz_zscanner.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests-fuzz/fuzz_packet.c b/tests-fuzz/fuzz_packet.c index ee4e8af13..c3d76f86e 100644 --- a/tests-fuzz/fuzz_packet.c +++ b/tests-fuzz/fuzz_packet.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 <stdint.h> diff --git a/tests-fuzz/fuzz_zscanner.c b/tests-fuzz/fuzz_zscanner.c index 4a4568f60..8ebcc5363 100644 --- a/tests-fuzz/fuzz_zscanner.c +++ b/tests-fuzz/fuzz_zscanner.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 <stdint.h> |