commit | ef70a12fd10ad55e86ea37083356bcce23dd4f56 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Nov 12 15:11:30 2010 -0800 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Nov 12 16:05:00 2010 -0800 |
tree | b03490e8ac427c7240d8668d2f040b130bee1a3e | |
parent | d2ce91199e213633cfc3d8d57f7a545d62767752 [diff] |
Base64: Reformat to match JGit style Rewrite the initialization of the encoding tables to be more clear, but slightly slower to setup. We generally perfer a clear definition of the data over a slightly slower class load time. Change-Id: I0c7f89b6ab82dcf71525ffb69a388c312c195913 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>