From a1f6c2019b44aed7194ea1b3e56d1c89d4aa65d0 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 27 Jun 2022 15:08:08 -0600 Subject: include/byteorder.h: Format with clang-format BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ib62fb12ef45e6f498d3d96439654baecc1dc0639 Signed-off-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730218 Reviewed-by: Jeremy Bettis --- include/byteorder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/byteorder.h') diff --git a/include/byteorder.h b/include/byteorder.h index 8cfd810e54..b385dbd20c 100644 --- a/include/byteorder.h +++ b/include/byteorder.h @@ -8,4 +8,4 @@ #include -#endif /* __EC_INCLUDE_BYTEORDER_H */ +#endif /* __EC_INCLUDE_BYTEORDER_H */ -- cgit v1.2.1 From 71b2ef709dcb14260f5fdaa3ab4ced005a29fb46 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 12 Sep 2022 14:54:36 -0400 Subject: Update license boilerplate text in source code files Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis Reviewed-by: Jack Rosenthal --- include/byteorder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/byteorder.h') diff --git a/include/byteorder.h b/include/byteorder.h index b385dbd20c..7a47cbde65 100644 --- a/include/byteorder.h +++ b/include/byteorder.h @@ -1,4 +1,4 @@ -/* Copyright 2015 The Chromium OS Authors. All rights reserved. +/* Copyright 2015 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -- cgit v1.2.1