| Index: native_client_sdk/src/libraries/xray/browser.c
|
| diff --git a/native_client_sdk/src/libraries/xray/browser.c b/native_client_sdk/src/libraries/xray/browser.c
|
| index 0b93cb5c280370b6b9b31ab275117ea5ae38b5af..e85d1be7ca7327eea41a01e8a0ccf46733ab6fa6 100644
|
| --- a/native_client_sdk/src/libraries/xray/browser.c
|
| +++ b/native_client_sdk/src/libraries/xray/browser.c
|
| @@ -1,7 +1,6 @@
|
| /* Copyright 2013 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.
|
| - */
|
| + * found in the LICENSE file. */
|
|
|
|
|
| /* XRay -- a simple profiler for Native Client */
|
| @@ -130,4 +129,4 @@ void XRayRegisterBrowserInterface(PPB_GetInterface interface) {
|
| }
|
|
|
| #endif /* XRAY */
|
| -#endif /* XRAY_DISABLE_BROWSER_INTEGRATION */
|
| +#endif /* XRAY_DISABLE_BROWSER_INTEGRATION */
|
|
|