[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
@@ -180,8 +180,6 @@ size_t FSE_buildCTable_wksp(FSE_CTable *ct, const short *normalizedCounter, unsi
return 0;
}
#ifndef FSE_COMMONDEFS_ONLY
/*-**************************************************************
* FSE NCount encoding-decoding
****************************************************************/
@@ -857,5 +855,3 @@ size_t FSE_compress_wksp(void *dst, size_t dstSize, const void *src, size_t srcS
return op - ostart;
}
#endif /* FSE_COMMONDEFS_ONLY */