Removing stray spaces before tabs.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4652 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg
2014-03-17 21:36:37 +00:00
parent 88ff6a7f3d
commit a65ef4244c
11 changed files with 22 additions and 21 deletions

View File

@@ -10,6 +10,7 @@
remove an obsolete comment, and remove some superfluous #ifndefs. remove an obsolete comment, and remove some superfluous #ifndefs.
* src/global.c (shortcut_init) - Put ^B and ^F in the same order as * src/global.c (shortcut_init) - Put ^B and ^F in the same order as
all other command keys: first the backward then the forward motion. all other command keys: first the backward then the forward motion.
* src/{nano.h,*.c} - Remove stray spaces before tabs.
2014-03-16 Benno Schulenberg <bensberg@justemail.net> 2014-03-16 Benno Schulenberg <bensberg@justemail.net>
* src/nano.h - Display more help items when the terminal is wider. * src/nano.h - Display more help items when the terminal is wider.