Skip to content

Commit

Permalink
update accessor indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 7, 2016
1 parent e06f827 commit ff2aadd
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/clients/firewall_stage1_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def FirewallDialogSimple
Convert.to_symbol(dialog_ret)
end

private
private

def preformatted_proposal
firewall_proposal = if SuSEFirewall4Network.Enabled1stStage
Expand Down
2 changes: 1 addition & 1 deletion src/include/network/lan/complex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def MainDialog(init_tab)
ret
end

private
private

def overview_buttons
ret = {}
Expand Down
2 changes: 1 addition & 1 deletion src/include/network/routines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def disable_unconfigureable_items(items, show_popup)
true
end

private
private

# Checks if the device should be filtered out in ReadHardware
def filter_out(device_info, driver)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/network/edit_nic_name.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run
new_name || @old_name
end

private
private

# Opens dialog for editing NIC name
def open
Expand Down
2 changes: 1 addition & 1 deletion src/lib/network/install_inf_convertor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def write_netconfig
write_global_netconfig
end

private
private

def create_ifcfg
ifcfg = ""
Expand Down
2 changes: 1 addition & 1 deletion src/lib/network/network_autoconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def configure_hosts
Host.Write
end

private
private

def network_cards
LanItems.Read
Expand Down
2 changes: 1 addition & 1 deletion src/lib/network/network_autoyast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def merge_configs(conf)
conf
end

private
private

# Merges two devices map into one.
#
Expand Down
2 changes: 1 addition & 1 deletion src/modules/DNS.rb
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ def create_hostname_link
nil
end

private
private

def read_hostname_from_install_inf
install_inf_hostname = SCR.Read(path(".etc.install_inf.Hostname")) || ""
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Lan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def HaveXenBridge
publish function: :AutoPackages, type: "map ()"
publish function: :HaveXenBridge, type: "boolean ()"

private
private

def activate_network_service
if LanItems.force_restart
Expand Down
4 changes: 2 additions & 2 deletions src/modules/LanItems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@ def createS390Device
result
end

private
private

# This helper allows YARD to extract DSL-defined attributes.
# Unfortunately YARD has problems with the Capitalized ones,
Expand Down Expand Up @@ -2468,7 +2468,7 @@ def drop_hosts(ip)
Host.set_names(ip, [])
end

public
public

# @attribute Items
# @return [Hash<Integer, Hash<String, Object> >]
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Routing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def Summary
publish function: :SetDevices, type: "boolean (list)"
publish function: :Summary, type: "string ()"

private
private

def ifroute_term(device)
raise ArgumentError if device.nil? || device.empty?
Expand Down

0 comments on commit ff2aadd

Please sign in to comment.