Removed a tab

This commit is contained in:
Trustin Lee 2009-11-23 05:37:07 +00:00
parent 015724a527
commit a6184725ba

View File

@ -360,7 +360,7 @@ public class Base64 {
// Example: DkLE
else {
int outBuff;
int outBuff;
try {
outBuff =
(DECODABET[src[srcOffset ]] & 0xFF) << 18 |