From 8ac002dab1d86974c477bd0a899a2a9bbf8b8f72 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 2 May 2012 13:59:28 +0000 Subject: unposted: fix trailing spaces from previous commit --- Src/Zle/zle_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Zle/zle_params.c b/Src/Zle/zle_params.c index 03c6261f5..a9bbf136a 100644 --- a/Src/Zle/zle_params.c +++ b/Src/Zle/zle_params.c @@ -761,7 +761,7 @@ get_zle_state(UNUSED(Param pm)) *ptr = '\0'; } } - + arr = colonsplit(zle_state, 0); strmetasort(arr, SORTIT_ANYOLDHOW, NULL); zle_state = zjoin(arr, ' ', 1); -- cgit 1.4.1