From: Jonathan McDowell Date: Tue, 7 Jun 2016 08:36:33 +0000 (+0100) Subject: Pull config line parsing out to its own function X-Git-Tag: onak-0.5.0~33 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=018dafe62a5fcb63626c01d8bafdc7330fc13278;hp=018dafe62a5fcb63626c01d8bafdc7330fc13278;p=onak.git Pull config line parsing out to its own function The indentation in the config file reading function is horrible, so pull the actual parsing of the line out to its own function simplifying the loop to primarily be about reading each line and trimming white space. ---