summaryrefslogtreecommitdiff
path: root/util/uut/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/uut/main.h')
-rw-r--r--util/uut/main.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/uut/main.h b/util/uut/main.h
index 2885e7368a..43c80dddae 100644
--- a/util/uut/main.h
+++ b/util/uut/main.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Copyright 2018 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -21,11 +21,11 @@
#define BASE_HEXADECIMAL 16
/* Verbose control messages display */
-#define DISPLAY_MSG(msg) \
-{ \
- if (verbose) \
- printf msg; \
-}
+#define DISPLAY_MSG(msg) \
+ { \
+ if (verbose) \
+ printf msg; \
+ }
#define SUCCESS true
#define FAIL false