Skip to content

Commit 867ab2f

Browse files
committed
Whitespace
1 parent b72d2b5 commit 867ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/proto/smb/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ def find_first(path)
18991899
resp = find_next(last_search_id, last_offset, last_filename)
19001900
search_next = 1 # Flip bit so response params will parse correctly
19011901
end
1902-
end until eos != 0 or last_offset == 0
1902+
end until eos != 0 or last_offset == 0
19031903
rescue ::Exception
19041904
raise $!
19051905
end

0 commit comments

Comments
 (0)