Skip to content

Commit 0d1a46e

Browse files
committed
Fix a code style issue raised by clang-format
Signed-off-by: Patrick McCarty <[email protected]>
1 parent a1c17f3 commit 0d1a46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static size_t xzread(xzfile *xzf, u_char *buf, size_t len, lzma_ret *err)
254254

255255
typedef struct {
256256
FILE *f; /* method = NONE, BZIP2, ZEROS */
257-
int fd; /* method = BZIP2 */
257+
int fd; /* method = BZIP2 */
258258
union {
259259
#ifdef BSDIFF_WITH_BZIP2
260260
BZFILE *bz2; /* method = BZIP2 */

0 commit comments

Comments
 (0)