[linux-kernel] Fix some up clang-format edge cases

This commit is contained in:
Nick Terrell
2017-05-24 13:52:36 -07:00
parent 55fc1f91fd
commit 74b12f4014
8 changed files with 8 additions and 22 deletions
+1 -1
View File
@@ -2300,7 +2300,6 @@ size_t ZSTD_decompressStream(ZSTD_DStream *zds, ZSTD_outBuffer *output, ZSTD_inB
ip += toLoad;
break;
}
}
/* check for single-pass mode opportunity */
if (zds->fParams.frameContentSize && zds->fParams.windowSize /* skippable frame if == 0 */
@@ -2355,6 +2354,7 @@ size_t ZSTD_decompressStream(ZSTD_DStream *zds, ZSTD_outBuffer *output, ZSTD_inB
}
}
zds->stage = zdss_read;
}
/* pass-through */
case zdss_read: {