Index: uspace/app/edit/edit.c
===================================================================
--- uspace/app/edit/edit.c	(revision 33b8d024bc268f2773c26e74a40dada11bb71e58)
+++ uspace/app/edit/edit.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
@@ -84,5 +84,5 @@
 	keymod_t keymod;
 
-	/** 
+	/**
 	 * Ideal column where the caret should try to get. This is used
 	 * for maintaining the same column during vertical movement.
@@ -1226,5 +1226,5 @@
 
 /** Find beginning of a word to the left of spt */
-static spt_t pt_find_word_left(spt_t spt) 
+static spt_t pt_find_word_left(spt_t spt)
 {
 	do {
@@ -1235,5 +1235,5 @@
 
 /** Find beginning of a word to the right of spt */
-static spt_t pt_find_word_right(spt_t spt) 
+static spt_t pt_find_word_right(spt_t spt)
 {
 	do {
@@ -1243,5 +1243,5 @@
 }
 
-static void caret_move_word_left(bool select) 
+static void caret_move_word_left(bool select)
 {
 	spt_t pt;
@@ -1251,5 +1251,5 @@
 }
 
-static void caret_move_word_right(bool select) 
+static void caret_move_word_right(bool select)
 {
 	spt_t pt;
