summaryrefslogtreecommitdiff
path: root/cts/common/cts_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/cts_common.c')
-rw-r--r--cts/common/cts_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cts/common/cts_common.c b/cts/common/cts_common.c
index 8975636655..4b56456a3c 100644
--- a/cts/common/cts_common.c
+++ b/cts/common/cts_common.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -11,7 +11,7 @@ __attribute__((weak)) void clean_state(void)
/* Each test overrides as needed */
}
-void cts_main_loop(const struct cts_test* tests, const char *name)
+void cts_main_loop(const struct cts_test *tests, const char *name)
{
enum cts_rc rc;
int i;