summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-14 10:30:21 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-14 10:30:21 +0000
commitff0556b6b96617fb4d754fa45aa27298db081259 (patch)
treed4cf953ae7d99cc4c2828e913e43683752482b95
parent0746b026f03939800e25e1f5d00810a165afe72d (diff)
remove ambiguity by adding spaces to statements
-rw-r--r--zwgc/X_gram.c4
-rw-r--r--zwgc/xselect.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/zwgc/X_gram.c b/zwgc/X_gram.c
index 7c89cf8..3b5d806 100644
--- a/zwgc/X_gram.c
+++ b/zwgc/X_gram.c
@@ -308,8 +308,8 @@ void x_gram_draw(dpy, w, gram, region)
endpixel=STARTPIXEL;
}
} else {
- startblock=-1;
- endblock=-1;
+ startblock = -1;
+ endblock = -1;
}
SetFG(bg);
diff --git a/zwgc/xselect.c b/zwgc/xselect.c
index 564fd76..90c95cd 100644
--- a/zwgc/xselect.c
+++ b/zwgc/xselect.c
@@ -131,7 +131,7 @@ void xselInitAtoms(dpy)
*(ZAtom[i].patom)=XInternAtom(dpy,ZAtom[i].name,False);
for (i=0;i<NumRequestAtoms;i++)
if (pRequestAtoms[i])
- RequestAtoms[i]=*(pRequestAtoms[i]);
+ RequestAtoms[i] = *(pRequestAtoms[i]);
}
int xselGetOwnership(dpy,w,time)