Skip to content

Commit

Permalink
Remove blank first lines of hopefully all new files.
Browse files Browse the repository at this point in the history
As mentioned by Ahelenia Ziemiańska, this commit will remove blank first
lines.

Nearly all files in OpenZFS do so... sorry, forget about it ;)

Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
  • Loading branch information
mcmilk committed Jan 5, 2022
1 parent d75ff8b commit f8ec998
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion include/sys/blake3.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion include/sys/zfs_chksum.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/algs/blake3/blake3.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/algs/blake3/blake3_generic.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/algs/blake3/blake3_impl.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/algs/blake3/blake3_impl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/algs/blake3/blake3_neon.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/algs/blake3/blake3_x86-64.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/asm-x86_64/blake3/blake3_avx2.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/asm-x86_64/blake3/blake3_avx512.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/asm-x86_64/blake3/blake3_sse2.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/icp/asm-x86_64/blake3/blake3_sse41.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down
1 change: 0 additions & 1 deletion module/zfs/zfs_chksum.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* CDDL HEADER START
*
Expand Down

0 comments on commit f8ec998

Please sign in to comment.