Skip to content
Snippets Groups Projects
Commit d26d7ae5 authored by Daniel Salzman's avatar Daniel Salzman Committed by Gerrit Code Review
Browse files

Remove redundant semicolons after function definitions

Change-Id: I7ae48031a0b09a7ec103ce6e56f044afc3bcc384
parent 7747f6fa
Branches
Tags
No related merge requests found
......@@ -98,9 +98,9 @@ static void print_wire_dname(const uint8_t *dname, uint32_t dname_length)
}
}
void empty_process_record(const scanner_t *s) { };
void empty_process_record(const scanner_t *s) { }
void empty_process_error(const scanner_t *s) { };
void empty_process_error(const scanner_t *s) { }
void debug_process_error(const scanner_t *s)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment