Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Apr 1, 2021
1 parent b665994 commit 4f57dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder
3 changes: 2 additions & 1 deletion pdns/fuzz_dnslabeltext_parseRFC1035CharString.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);

extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
{

std::string val;

Expand Down

0 comments on commit 4f57dec

Please sign in to comment.