Explorar o código

Minor style changes for the last patch.

Christoph Lohmann %!s(int64=10) %!d(string=hai) anos
pai
achega
63a07eb19c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      st.c

+ 2 - 1
st.c

@@ -3064,10 +3064,10 @@ xunloadfonts(void) {
 	xunloadfont(&dc.ibfont);
 }
 
-
 void
 xzoom(const Arg *arg) {
 	Arg larg;
+
 	larg.i = usedfontsize + arg->i;
 	xzoomabs(&larg);
 }
@@ -3084,6 +3084,7 @@ xzoomabs(const Arg *arg) {
 void
 xzoomreset(const Arg *arg) {
 	Arg larg;
+
 	if(defaultfontsize > 0) {
 		larg.i = defaultfontsize;
 		xzoomabs(&larg);