Skip to content

Commit 9257211

Browse files
jub3iillegalprime
authored andcommitted
change function style, matching rest of code
1 parent 4501a8b commit 9257211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/xdisplay.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ char *getXDisplay(void)
4848
return displayName;
4949
}
5050

51-
void setXDisplay(char *name) {
51+
void setXDisplay(char *name)
52+
{
5253
displayName = strdup(name);
5354
hasDisplayNameChanged = 1;
5455
}

0 commit comments

Comments
 (0)