summaryrefslogtreecommitdiff
path: root/include/mat33.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mat33.h')
-rw-r--r--include/mat33.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mat33.h b/include/mat33.h
index fdd7e954ac..43826af1b1 100644
--- a/include/mat33.h
+++ b/include/mat33.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.
*/
@@ -26,6 +26,6 @@ void mat33_fp_get_eigenbasis(mat33_fp_t S, fpv3_t eigenvals,
size_t mat33_fp_maxind(mat33_fp_t A, size_t k);
-void mat33_fp_rotate(mat33_fp_t A, fp_t c, fp_t s,
- size_t k, size_t l, size_t i, size_t j);
-#endif /* __CROS_EC_MAT_33_H */
+void mat33_fp_rotate(mat33_fp_t A, fp_t c, fp_t s, size_t k, size_t l, size_t i,
+ size_t j);
+#endif /* __CROS_EC_MAT_33_H */