| Index: ppapi/c/ppb_var.h
|
| diff --git a/ppapi/c/ppb_var.h b/ppapi/c/ppb_var.h
|
| index 0041b7393f159270f401078156cfd956b03ec6a1..4cfe3a65d693794316187a720828dc19a22d8ad1 100644
|
| --- a/ppapi/c/ppb_var.h
|
| +++ b/ppapi/c/ppb_var.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_PPB_VAR_H_
|
| #define PPAPI_C_PPB_VAR_H_
|
|
|
| @@ -306,4 +306,5 @@ PP_INLINE struct PP_ObjectProperty PP_MakeSimpleProperty(struct PP_Var name,
|
| * @}
|
| * End addtogroup PPB
|
| */
|
| -#endif // PPAPI_C_PPB_VAR_H_
|
| +#endif /* PPAPI_C_PPB_VAR_H_ */
|
| +
|
|
|