filter/Plugin: rename with CamelCase
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
const struct filter_plugin *
|
||||
const FilterPlugin *
|
||||
filter_plugin_by_name(gcc_unused const char *name)
|
||||
{
|
||||
assert(false);
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
const struct filter_plugin *
|
||||
const FilterPlugin *
|
||||
filter_plugin_by_name(gcc_unused const char *name)
|
||||
{
|
||||
assert(false);
|
||||
|
Reference in New Issue
Block a user