Skip to content

Commit f3cf8ad

Browse files
Whitespace EOL
1 parent a75bae9 commit f3cf8ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/scanner/sap/sap_icf_rfc_system_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def report_note_sap(type, data, value)
6262
:host => rhost,
6363
:port => rport,
6464
:proto => 'tcp',
65-
:sname => 'sap',
65+
:sname => 'sap',
6666
:type => type,
6767
:data => data + value
6868
) if data

modules/auxiliary/scanner/sap/sap_soap_rfc_system_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def report_note_sap(type, data, value)
6666
:host => rhost,
6767
:port => rport,
6868
:proto => 'tcp',
69-
:sname => 'sap',
69+
:sname => 'sap',
7070
:type => type,
7171
:data => data + value
7272
) if data

0 commit comments

Comments
 (0)