diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-04-07 15:16:13 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-07 14:53:09 -0700 |
| commit | 6dcc05ffc3ead0745d19decd0e8ecd65edc9d414 (patch) | |
| tree | 88be1da924560ea7d31bd312ba3200fc34864c26 /reftable/reftable-basics.h | |
| parent | c7c4e5e419952908e98d29d4eb418f91074a8c8a (diff) | |
| download | git-6dcc05ffc3ead0745d19decd0e8ecd65edc9d414.tar.gz | |
reftable: fix formatting of the license header
The license headers used across the reftable library doesn't follow our
typical coding style for multi-line comments. Fix it.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'reftable/reftable-basics.h')
| -rw-r--r-- | reftable/reftable-basics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reftable/reftable-basics.h b/reftable/reftable-basics.h index e0397ed583..ed7c7c9ac2 100644 --- a/reftable/reftable-basics.h +++ b/reftable/reftable-basics.h @@ -4,7 +4,7 @@ * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file or at * https://developers.google.com/open-source/licenses/bsd -*/ + */ #ifndef REFTABLE_BASICS_H #define REFTABLE_BASICS_H |
