git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3332 c06c8d41-db1a-0410-9941-cceddc491573
HUFBBL2BFKGAZ574XS6BGBC2ELMOUVE5FVZITU3UNITMJWPDDXXQC if (op.text.find_first_not_of(" \t\r\n") != std::string::npos)
const std::string::size_type nonblankp =op.text.find_first_not_of(" \t\r\n");const bool nonblank = nonblankp != std::string::npos;const std::string::size_type eolp = op.text.find(EOL);const bool starts_with_eol =nonblank && eolp != std::string::npos&& eolp < nonblankp;if (nonblank && !starts_with_eol)