Fix incorrect indentation

This commit is contained in:
Nikos Tsipinakis 2016-12-11 13:41:43 +02:00
parent 41d3b61f3c
commit ad6557239a

View File

@ -706,7 +706,6 @@ static void x_win_move(int width, int height)
xctx.window_dim.w = width;
}
static void setopacity(Window win, unsigned long opacity)
{
Atom _NET_WM_WINDOW_OPACITY =
@ -715,12 +714,6 @@ static void setopacity(Window win, unsigned long opacity)
PropModeReplace, (unsigned char *)&opacity, 1L);
}
/*
* Returns the modifier which is NumLock.
*/
@ -1113,7 +1106,6 @@ void x_setup(void)
}
static void x_set_wm(Window win)
{