Skip to content

Commit adef667

Browse files
author
Sungdong Kim
committed
fix indent
1 parent a276b78 commit adef667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatProtobuf.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,11 +663,11 @@ public void commitSectionAndSubSection(FileSummary.Builder summary,
663663

664664
public void commitSection(FileSummary.Builder summary, SectionName name)
665665
throws IOException {
666-
commitSection(summary, name, false);
666+
commitSection(summary, name, false);
667667
}
668668

669-
public void commitSection(FileSummary.Builder summary, SectionName name, boolean afterSubSectionCommit)
670-
throws IOException {
669+
public void commitSection(FileSummary.Builder summary, SectionName name,
670+
boolean afterSubSectionCommit) throws IOException {
671671
long oldOffset = currentOffset;
672672
boolean subSectionCommitted = afterSubSectionCommit && writeSubSections;
673673
if (!subSectionCommitted) {

0 commit comments

Comments
 (0)