Skip to content

Commit

Permalink
Fix C-Code Style
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Feb 1, 2015
1 parent 0d2523c commit ed12422
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/gstswitchclient.h
Expand Up @@ -84,8 +84,7 @@ struct _GstSwitchClientClass
void (*set_audio_port) (GstSwitchClient * client, gint port);
void (*set_compose_port) (GstSwitchClient * client, gint port);
void (*set_encode_port) (GstSwitchClient * client, gint port);
void (*add_preview_port) (GstSwitchClient * client, gint port,
gint type);
void (*add_preview_port) (GstSwitchClient * client, gint port, gint type);
void (*new_mode_online) (GstSwitchClient * client, gint mode);
void (*select_face) (GstSwitchClient * client, gint x, gint y);
void (*show_face_marker) (GstSwitchClient * client, GVariant * faces);
Expand Down

0 comments on commit ed12422

Please sign in to comment.