Applied coding style to src/ui/

This commit is contained in:
James Booth
2015-10-25 23:31:11 +00:00
parent 4a6b729a54
commit 2ce43b633f
10 changed files with 188 additions and 189 deletions

View File

@@ -62,7 +62,7 @@ _occuptantswin_occupant(ProfLayoutSplit *layout, Occupant *occupant, gboolean sh
}
void
occupantswin_occupants(const char * const roomjid)
occupantswin_occupants(const char *const roomjid)
{
ProfMucWin *mucwin = wins_get_muc(roomjid);
if (mucwin) {