summaryrefslogtreecommitdiff
path: root/futility/file_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'futility/file_type.h')
-rw-r--r--futility/file_type.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/futility/file_type.h b/futility/file_type.h
index a389713b..e1efe760 100644
--- a/futility/file_type.h
+++ b/futility/file_type.h
@@ -1,10 +1,10 @@
-/*
- * Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#ifndef VBOOT_REFERENCE_FUTILITY_FILE_TYPE_H_
-#define VBOOT_REFERENCE_FUTILITY_FILE_TYPE_H_
+
+#ifndef VBOOT_REFERENCE_FILE_TYPE_H_
+#define VBOOT_REFERENCE_FILE_TYPE_H_
/* What type of things do I know how to handle? */
enum futil_file_type {
@@ -76,4 +76,4 @@ int futil_file_type_sign(enum futil_file_type type,
#undef R_
#pragma GCC diagnostic pop
-#endif /* VBOOT_REFERENCE_FUTILITY_FILE_TYPE_H_ */
+#endif /* VBOOT_REFERENCE_FILE_TYPE_H_ */