From d832aac629d682a22f571cbd2a74b8293199ea8c Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 1 Oct 2012 17:27:00 -0500 Subject: [PATCH] msftidy caught the space I left in there. --- lib/msf/core/exploit/ropdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/exploit/ropdb.rb b/lib/msf/core/exploit/ropdb.rb index c69fb784f4..84e6e43119 100644 --- a/lib/msf/core/exploit/ropdb.rb +++ b/lib/msf/core/exploit/ropdb.rb @@ -31,5 +31,5 @@ module Exploit::RopDb return rop_payload end -end +end end \ No newline at end of file