Skip to content

Commit f9f671a

Browse files
committed
test
1 parent 63651c4 commit f9f671a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/erasurecode/erasure_coder.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,6 @@ int generateDecodeMatrix(IsalDecoder* pCoder) {
221221
}
222222
}
223223
}
224+
224225
return 0;
225226
}

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/service/launcher/TestServiceInterruptHandling.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,4 @@ public void interrupted(IrqHandler.InterruptData data) {
113113
this.interruptData = data;
114114
}
115115
}
116-
117116
}

0 commit comments

Comments
 (0)