align functions descriptions in source code to improve readability

This commit is contained in:
Andrzej Rybczak
2009-04-17 12:35:37 +02:00
parent 7a59593814
commit cc78632c03

View File

@@ -216,7 +216,7 @@ void Help::GetKeybindings()
*w << DisplayKeys(Key.EditTags) << "Rename playlist/directory\n";
# endif // HAVE_TAGLIB_H
if (Mpd->GetHostname()[0] == '/') // are we connected to unix socket?
*w << DisplayKeys(Key.SwitchTagTypeList) << "Browse MPD database/local filesystem\n";
*w << DisplayKeys(Key.SwitchTagTypeList)<< "Browse MPD database/local filesystem\n";
*w << DisplayKeys(Key.GoToNowPlaying) << "Locate currently playing song\n";
*w << DisplayKeys(Key.GoToParentDir) << "Go to parent directory\n";
*w << DisplayKeys(Key.Delete) << "Delete playlist\n\n\n";