about summary refs log tree commit diff
path: root/Src/Zle/zle_params.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle_params.c')
-rw-r--r--Src/Zle/zle_params.c2
1 files changed, 1 insertions, 1 deletions
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);