]> gitweb.fluxo.info Git - httruta.git/commitdiff
Coding style
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 02:14:15 +0000 (23:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 02:14:15 +0000 (23:14 -0300)
lib/httracker/functions

index dfaa0b9db7189b406e5df0f3ac62375f97baa596..e42e0d84a7b428dad5589ed6474873e8b26145a8 100644 (file)
@@ -78,7 +78,7 @@ function httracker_get_incremental {
 }
 
 # Get SemanticScuttle parameter
-function httracker_scuttle_config() {
+function httracker_scuttle_config {
   grep ${1} ${CONFIGFILE} | sed -e s/\[^\'\]\*\'// -e s/\'\.\*\$//
 }