Skip to content

Commit

Permalink
reindent after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 8, 2016
1 parent 24d7f48 commit 6128829
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/lib/installation/cio_ignore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def reset
end
end

private
private

def kvm?
File.exist?("/proc/sysinfo") &&
Expand Down Expand Up @@ -75,7 +75,7 @@ def run(*args)
end
end

private
private

def proposal_entry
Yast.import "HTML"
Expand Down Expand Up @@ -184,7 +184,7 @@ def run(*args)
end
end

private
private

def add_boot_kernel_parameters
Yast.import "Bootloader"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/clients/inst_disk_for_image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main
ret
end

private
private

def disks_to_use
target_map = Storage.GetTargetMap
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/clients/inst_disks_activate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def main
@ret
end

private
private

def show_base_dialog
Wizard.SetContents(
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/clients/inst_upgrade_urls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def AddOrRemoveRepositories
:next
end

private
private

# FIXME: share this code better
def target_distribution
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/copy_logs_finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def write
nil
end

private
private

def copy_log_to_target(src_file, dst_file = src_file)
dir = Yast::Directory.logdir
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/prep_shrink.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(*args)
end
end

private
private

MAXIMAL_SIZE_KB = 8192
def shrink_partitions
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run
input_loop
end

private
private

# Shows dialog to user to confirm update and return user response.
# Returns 'true' if the user confirms, 'false' otherwise.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def client_for_link(link)
matching_client.first
end

private
private

# Evaluates the given description map, and handles all the events
# by returning whether to continue in the current proposal loop
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/snapshots_finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def title
_("Creating root filesystem snapshot...")
end

private
private

def create_post_snapshot
pre_number = Yast2::FsSnapshotStore.load("update")
Expand Down
2 changes: 1 addition & 1 deletion src/modules/InstFunctions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def second_stage_required?
publish function: :feature_ignored?, type: "boolean (string)"
publish function: :second_stage_required, type: "boolean ()"

private
private

# Removes unneeded characters from the given string
# for easier handling
Expand Down

0 comments on commit 6128829

Please sign in to comment.