diff options
Diffstat (limited to 'ppapi/c/dev/deprecated_bool.h')
-rw-r--r-- | ppapi/c/dev/deprecated_bool.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ppapi/c/dev/deprecated_bool.h b/ppapi/c/dev/deprecated_bool.h index 327700f..6c66dff 100644 --- a/ppapi/c/dev/deprecated_bool.h +++ b/ppapi/c/dev/deprecated_bool.h @@ -1,7 +1,7 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - +/* Copyright (c) 2010 The Chromium 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 PPAPI_C_DEV_DEPRECATED_BOOL_H_ #define PPAPI_C_DEV_DEPRECATED_BOOL_H_ @@ -39,5 +39,5 @@ typedef char bool; * End addtogroup PP */ -#endif // PPAPI_C_DEV_DEPRECATED_BOOL_H_ +#endif /* PPAPI_C_DEV_DEPRECATED_BOOL_H_ */ |