Skip to content

Commit 8f07a18

Browse files
author
HD Moore
committed
Fix comment indentation
1 parent eb0f0fe commit 8f07a18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/msf/core/modules/namespace.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def metasploit_class
1414
#inherit = false
1515

1616
::Msf::Framework::Major.downto(1) do |major|
17-
# Since we really only care about the deepest namespace, we don't
18-
# need to look for parents' constants. However, the "inherit"
19-
# parameter for const_defined? only exists after 1.9. If we ever
20-
# drop 1.8 support, we can save a few cycles here by passing false
21-
# here.
17+
# Since we really only care about the deepest namespace, we don't
18+
# need to look for parents' constants. However, the "inherit"
19+
# parameter for const_defined? only exists after 1.9. If we ever
20+
# drop 1.8 support, we can save a few cycles here by passing false
21+
# here.
2222
if const_defined?("Metasploit#{major}")
2323
metasploit_class = const_get("Metasploit#{major}")
2424

0 commit comments

Comments
 (0)