aboutsummaryrefslogtreecommitdiff
path: root/linenoise.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-09-12 13:33:51 +1000
committerSteve Bennett <steveb@workware.net.au>2011-09-12 16:58:56 +1000
commitd9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6 (patch)
tree11c7f1bfb943313d05423884425dae6ecf18e7d2 /linenoise.c
parent39f8b5dedf4b713ce58cfa4bdd84d473d30fbeba (diff)
downloadjimtcl-d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6.zip
jimtcl-d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6.tar.gz
jimtcl-d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6.tar.bz2
Remove all trailing whitespace in source
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'linenoise.c')
-rw-r--r--linenoise.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linenoise.c b/linenoise.c
index e0cc7a8..66ae0a6 100644
--- a/linenoise.c
+++ b/linenoise.c
@@ -366,7 +366,7 @@ static int has_room(struct current *current, int bytes)
/**
* Removes the char at 'pos'.
- *
+ *
* Returns 1 if the line needs to be refreshed, 2 if not
* and 0 if nothing was removed
*/
@@ -401,7 +401,7 @@ static int remove_char(struct current *current, int pos)
/**
* Insert 'ch' at position 'pos'
- *
+ *
* Returns 1 if the line needs to be refreshed, 2 if not
* and 0 if nothing was inserted (no room)
*/