Skip to content

Commit

Permalink
Removed unnecessary spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel23 <johnsamuel_santos3@yahoo.com>
  • Loading branch information
Samuel23 committed Sep 21, 2020
1 parent 2408909 commit d9bc6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map/clif.h
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ struct clif_interface {
void (*skillname_ack) (int fd, struct block_list *bl);
void (*itemname_ack) (int fd, struct block_list *bl);
void (*unknownname_ack) (int fd, struct block_list *bl);
void (*monster_hp_bar) ( struct mob_data *md, struct map_session_data *sd );
bool (*show_monster_hp_bar) ( struct block_list *bl );
void (*monster_hp_bar) (struct mob_data *md, struct map_session_data *sd);
bool (*show_monster_hp_bar) (struct block_list *bl);
int (*hpmeter) (struct map_session_data *sd);
void (*hpmeter_single) (int fd, int id, unsigned int hp, unsigned int maxhp);
int (*hpmeter_sub) (struct block_list *bl, va_list ap);
Expand Down

0 comments on commit d9bc6d3

Please sign in to comment.