fixed indentation

This commit is contained in:
Gedion 2012-09-11 17:49:58 -05:00
parent 3364eb131e
commit a25feed1c2

View file

@ -147,7 +147,7 @@ linestylefilter.getLineStyleFilter = function(lineLength, aline, textAndClassFun
return function(txt, cls) return function(txt, cls)
{ {
var disableAuthColorForThisLine = hooks.callAll("disableAuthorColorsForThisLine", { var disableAuthColorForThisLine = hooks.callAll("disableAuthorColorsForThisLine", {
linestylefilter: linestylefilter, linestylefilter: linestylefilter,
text: txt, text: txt,
class: cls class: cls