aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/system.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-04-07 15:16:13 +0200
committerJunio C Hamano <gitster@pobox.com>2025-04-07 14:53:09 -0700
commit6dcc05ffc3ead0745d19decd0e8ecd65edc9d414 (patch)
tree88be1da924560ea7d31bd312ba3200fc34864c26 /reftable/system.h
parentc7c4e5e419952908e98d29d4eb418f91074a8c8a (diff)
downloadgit-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/system.h')
-rw-r--r--reftable/system.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/reftable/system.h b/reftable/system.h
index 10055fbff2..cf207aa0c5 100644
--- a/reftable/system.h
+++ b/reftable/system.h
@@ -1,10 +1,10 @@
/*
-Copyright 2020 Google LLC
-
-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
-*/
+ * Copyright 2020 Google LLC
+ *
+ * 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 SYSTEM_H
#define SYSTEM_H