From 69c25014ae639a912d9f51b20d4b196d54921e9e Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Thu, 13 Jun 2013 18:58:38 -0500 Subject: [PATCH] Make msftidy happy --- modules/exploits/windows/fileformat/ultraiso_ccd.rb | 4 ++-- modules/exploits/windows/fileformat/ultraiso_cue.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/exploits/windows/fileformat/ultraiso_ccd.rb b/modules/exploits/windows/fileformat/ultraiso_ccd.rb index 5cd971e3cf..89b738f1e1 100644 --- a/modules/exploits/windows/fileformat/ultraiso_ccd.rb +++ b/modules/exploits/windows/fileformat/ultraiso_ccd.rb @@ -208,7 +208,7 @@ class Metasploit3 < Msf::Exploit::Remote file_create(sploit) # This extends the current class, and changes the file_format_name. - # This allows us to use the file_create(data) to store the created + # This allows us to use the file_create(data) to store the created # file in the correct directory. class << self @@ -220,4 +220,4 @@ class Metasploit3 < Msf::Exploit::Remote file_create('') end -end \ No newline at end of file +end diff --git a/modules/exploits/windows/fileformat/ultraiso_cue.rb b/modules/exploits/windows/fileformat/ultraiso_cue.rb index cc90816ffa..101a314a5b 100644 --- a/modules/exploits/windows/fileformat/ultraiso_cue.rb +++ b/modules/exploits/windows/fileformat/ultraiso_cue.rb @@ -113,7 +113,7 @@ class Metasploit3 < Msf::Exploit::Remote file_create(cue_data) # This extends the current class, and changes the file_format_name. - # This allows us to use the file_create(data) to store the created + # This allows us to use the file_create(data) to store the created # file in the correct directory. class << self @@ -125,4 +125,4 @@ class Metasploit3 < Msf::Exploit::Remote file_create('') end -end \ No newline at end of file +end