summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-21 00:12:45 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-21 00:12:45 +0100
commitcab063e5e304ab59f2f5604f0c0a83be371e7a3e (patch)
treea77303942b9945a9b687daba84c5e43430a4bed6 /crawl-ref/source/command.cc
parentd2bcb779ddd4339aa77e30d1f6d80a7a98cc6b81 (diff)
downloadcrawl-ref-cab063e5e304ab59f2f5604f0c0a83be371e7a3e.tar.gz
crawl-ref-cab063e5e304ab59f2f5604f0c0a83be371e7a3e.zip
Drop double newlines where they seem to serve no purpose.
Sometimes, they're there to emphasize a break between two sections of code, which is good. In a majority of cases, though, they're just inconsistent.
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index d285cb7293..cb659dbbaf 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -667,7 +667,6 @@ static const char *targeting_help_2 =
"<w>i</w> : choose from Inventory.\n"
;
-
// Add the contents of the file fp to the scroller menu m.
// If first_hotkey is nonzero, that will be the hotkey for the
// start of the contents of the file.
@@ -715,7 +714,6 @@ static void _add_file_to_scroller(FILE* fp, formatted_scroller& m,
}
}
-
struct help_file
{
const char* name;
@@ -2288,7 +2286,6 @@ static void _add_formatted_keyhelp(column_composer &cols)
_add_insert_commands(cols, 1, "<w>%</w>/<w>%</w> : use staircase",
CMD_GO_UPSTAIRS, CMD_GO_DOWNSTAIRS, 0);
-
_add_command(cols, 1, CMD_INSPECT_FLOOR, "examine occupied tile and");
cols.add_formatted(1, " pickup part of a single stack\n",
false, true, _cmdhelp_textfilter);