Skip to content

Commit

Permalink
Fixed Style/CommentIndentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jul 15, 2016
1 parent 33fc568 commit 07bdff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/network/src/lib/network/susefirewall2.rb
Expand Up @@ -1654,7 +1654,7 @@ def ActivateConfiguration
if !IsStarted()
Builtins.y2milestone("Starting firewall services")
return StartServices()
# Started - restart it
# Started - restart it
# modified - restart it, or ...
# bugzilla #186186
# If any RPC service is configured to be allowed, always restart the firewall
Expand Down
2 changes: 1 addition & 1 deletion library/network/src/modules/PortRanges.rb
Expand Up @@ -238,7 +238,7 @@ def DividePortsAndPortRanges(unsorted_ports, with_aliases)
"port_ranges",
Builtins.add(Ops.get(ret, "port_ranges", []), port)
)
# is a normal port
# is a normal port
# find also aliases
elsif with_aliases
Ops.set(
Expand Down

0 comments on commit 07bdff6

Please sign in to comment.