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 // Example: DkLE
else { else {
int outBuff; int outBuff;
try { try {
outBuff = outBuff =
(DECODABET[src[srcOffset ]] & 0xFF) << 18 | (DECODABET[src[srcOffset ]] & 0xFF) << 18 |