Skip to content

Commit

Permalink
remove whitechar in nc_conf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
charsyam committed Apr 15, 2013
1 parent 3773a80 commit 9f02d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nc_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ char *conf_set_string(struct conf *cf, struct command *cmd, void *conf);
char *conf_set_listen(struct conf *cf, struct command *cmd, void *conf);
char *conf_add_server(struct conf *cf, struct command *cmd, void *conf);
char *conf_set_num(struct conf *cf, struct command *cmd, void *conf);
char * conf_set_bool(struct conf *cf, struct command *cmd, void *conf);
char *conf_set_bool(struct conf *cf, struct command *cmd, void *conf);
char *conf_set_hash(struct conf *cf, struct command *cmd, void *conf);
char *conf_set_distribution(struct conf *cf, struct command *cmd, void *conf);
char *conf_set_hashtag(struct conf *cf, struct command *cmd, void *conf);
Expand Down

0 comments on commit 9f02d3c

Please sign in to comment.