git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8329 c06c8d41-db1a-0410-9941-cceddc491573
UUKWVWKPPHG7QMU5G6RWWWARMBFIRQPXYVTRAZ4BFHWHA7HOCH4AC const int spacesleft = 79 - buf.str().length();const std::string cost = "(" + make_cost_description(abil) + ")";buf << std::setw(spacesleft) << cost;
if (abil != ABIL_NON_ABILITY){const int spacesleft = 79 - buf.str().length();const std::string cost = "(" + make_cost_description(abil) + ")";buf << std::setw(spacesleft) << cost;}