aboutsummaryrefslogtreecommitdiff
path: root/src/util/strfnd.h
AgeCommit message (Collapse)Author
2016-03-19Clean up StrfndShadowNinja
Changes: * Fix indentation. * Pass strings by const reference. * Merge Strfnd and WStrfnd into one class instead of copying them. * Remove trailing spaces. * Fix variable names. * Move to util. * Other miscellaneous style fixes.