format
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* This file has been put into the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
*/
|
||||
|
||||
package org.tukaani.xz;
|
||||
|
||||
import java.io.InputStream;
|
||||
@@ -16,6 +15,7 @@ import org.tukaani.xz.simple.PowerPC;
|
||||
* BCJ filter for big endian PowerPC instructions.
|
||||
*/
|
||||
public class PowerPCOptions extends BCJOptions {
|
||||
|
||||
private static final int ALIGNMENT = 4;
|
||||
|
||||
public PowerPCOptions() {
|
||||
|
||||
Reference in New Issue
Block a user