Skip to content

Commit 60bc279

Browse files
committed
removing extra whitespace
1 parent 1221a20 commit 60bc279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/db_manager/host.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ def report_host(opts)
175175
if opts[:info]
176176
opts[:info] = opts[:info][0,65535]
177177
end
178-
178+
179179
# Truncate the name field at the maximum field length
180180
if opts[:name].blank?
181181
opts[:name] = addr
182182
else
183183
opts[:name] = opts[:name][0,255]
184184
end
185-
185+
186186
if opts[:os_name]
187187
os_name, os_flavor = split_windows_os_name(opts[:os_name])
188188
opts[:os_name] = os_name if os_name.present?

0 commit comments

Comments
 (0)