Replace alignment tabs with spaces.

This commit is contained in:
Mark Edgar 2013-10-20 19:16:33 +02:00 committed by Roberto E. Vargas Caballero
parent 6162d63151
commit ef1dc9fc4b
1 changed files with 9 additions and 9 deletions

View File

@ -98,8 +98,8 @@ static unsigned int defaultunderline = 7;
/* Beware that overloading Button1 will disable the selection. */ /* Beware that overloading Button1 will disable the selection. */
static Mousekey mshortcuts[] = { static Mousekey mshortcuts[] = {
/* button mask string */ /* button mask string */
{ Button4, XK_ANY_MOD, "\031"}, { Button4, XK_ANY_MOD, "\031" },
{ Button5, XK_ANY_MOD, "\005"}, { Button5, XK_ANY_MOD, "\005" },
}; };
/* Internal keyboard shortcuts. */ /* Internal keyboard shortcuts. */