Skip to content

Commit

Permalink
change function style, matching rest of code
Browse files Browse the repository at this point in the history
  • Loading branch information
jub3i authored and illegalprime committed Jun 1, 2016
1 parent 4501a8b commit 9257211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xdisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ char *getXDisplay(void)
return displayName;
}

void setXDisplay(char *name) {
void setXDisplay(char *name)
{
displayName = strdup(name);
hasDisplayNameChanged = 1;
}

0 comments on commit 9257211

Please sign in to comment.