Skip to content

Commit

Permalink
Fix indetation
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfBorg committed Jan 26, 2023
1 parent e279cea commit f3acc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plug-ins/nbns_spoof/nbns_spoof.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ struct plugin_ops nbns_spoof_ops = {
.version = "1.1",
.init = &nbns_spoof_init,
.fini = &nbns_spoof_fini,
.unload = &nbns_spoof_unload,
.unload = &nbns_spoof_unload,
};

int plugin_load(void *handle)
Expand Down

0 comments on commit f3acc77

Please sign in to comment.