MISC: change all indent to 2 spaces (so compat!)

This commit is contained in:
imkiva
2021-05-08 00:11:00 +08:00
committed by Kiva Oyama
parent 880082458a
commit e8e9162fcf
326 changed files with 37875 additions and 38821 deletions

View File

@ -7,9 +7,9 @@ import java.io.InputStream;
* @author kiva
*/
public interface SourceConnection {
InputStream getInputStream() throws IOException;
InputStream getInputStream() throws IOException;
int getSize();
int getSize();
void close();
void close();
}