Skip to content

Commit

Permalink
eclipsebar: Minor fixus to argument indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
haste committed Mar 31, 2012
1 parent f4af92e commit 58c2c43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions elements/eclipsebar.lua
Expand Up @@ -74,8 +74,8 @@ local UNIT_POWER = function(self, event, unit, powerType)
Arguments
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
]]
return eb:PostUpdatePower(unit)
end
Expand Down Expand Up @@ -109,8 +109,8 @@ local UPDATE_VISIBILITY = function(self, event)
Arguments
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
]]
return eb:PostUpdateVisibility(self.unit)
end
Expand Down Expand Up @@ -144,8 +144,8 @@ local UNIT_AURA = function(self, event, unit)
Arguments
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
]]
return eb:PostUnitAura(unit)
end
Expand All @@ -163,8 +163,8 @@ local ECLIPSE_DIRECTION_CHANGE = function(self, event, isLunar)
Arguments
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
self - The widget that holds the eclipse frame.
unit - The unit that has the widget.
]]
return eb:PostDirectionChange(self.unit)
end
Expand Down

0 comments on commit 58c2c43

Please sign in to comment.