Skip to content

Commit 79456ad

Browse files
committed
Formatting
1 parent db6aac9 commit 79456ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/org/bouncycastle/crypto/params/ParametersWithContext.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ public ParametersWithContext(
2525
public void copyContextTo(byte[] buf, int off, int len)
2626
{
2727
if (context.length != len)
28+
{
2829
throw new IllegalArgumentException("len");
30+
}
2931

3032
System.arraycopy(context, 0, buf, off, len);
3133
}

0 commit comments

Comments
 (0)