Skip to content

Commit

Permalink
sshfs_forward_mount: fix some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Nov 12, 2016
1 parent 1e9a0cf commit c0ba07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def self.windows_uninherit_handle(fileno)
# won't get shared by default. See:
# https://msdn.microsoft.com/en-us/library/windows/desktop/ms724935(v=vs.85).aspx
#
bool = Process.send(:SetHandleInformation,
handle, Process::Constants::HANDLE_FLAG_INHERIT, 0)
bool = Process.send(:SetHandleInformation, handle,
Process::Constants::HANDLE_FLAG_INHERIT, 0)
raise SystemCallError.new("SetHandleInformation", FFI.errno) unless bool
end

Expand Down

0 comments on commit c0ba07d

Please sign in to comment.