summaryrefslogtreecommitdiff
path: root/dpip
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2013-04-19 18:38:37 +0000
committercorvid <corvid@lavabit.com>2013-04-19 18:38:37 +0000
commit31cb72fdf49546055d77a85a6f6bda1e6faad705 (patch)
tree7aec6b43b3d4b97fa3ace90bf012b1b3c845a89a /dpip
parent794907e571d19dca3c2e093c5964c157ffbc6342 (diff)
trim some spaces
Diffstat (limited to 'dpip')
-rw-r--r--dpip/dpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpip/dpip.c b/dpip/dpip.c
index e1908317..f4ce1bf0 100644
--- a/dpip/dpip.c
+++ b/dpip/dpip.c
@@ -452,7 +452,7 @@ char *a_Dpip_dsh_read_token(Dsh *dsh, int blocking)
} else if (dsh->mode & DPIP_RAW) {
/* Wait for data when the buffer is empty and there's no ERR/EOF */
- while (dsh->rdbuf->len == 0 &&
+ while (dsh->rdbuf->len == 0 &&
dsh->status != DPIP_ERROR && dsh->status != DPIP_EOF)
Dpip_dsh_read(dsh, 1);
}