Introduction
Introduction Statistics Contact Development Disclaimer Help
test: formating fix - lchat - A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
commit 39db12aeca439ddb465b127e0b19a8e451cf101b
parent bb7df7358d69a9cdc41ab99469fcc75b36fd12f6
Author: Jan Klemkow <[email protected]>
Date: Sun, 10 Jul 2016 00:49:52 +0200
test: formating fix
Diffstat:
M sl_test.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sl_test.c b/sl_test.c
@@ -34,8 +34,8 @@ check_init(struct slackline *sl)
assert(sl->ptr == sl->buf);
assert(sl->rlen == 0);
assert(sl->blen == 0);
- assert(sl->rcur== 0);
- assert(sl->bcur== 0);
+ assert(sl->rcur == 0);
+ assert(sl->bcur == 0);
assert(sl->last == sl->buf);
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.