| Index: native_client_sdk/src/libraries/error_handling/error_handling.c
|
| diff --git a/native_client_sdk/src/libraries/error_handling/error_handling.c b/native_client_sdk/src/libraries/error_handling/error_handling.c
|
| index e2fec208df47d4cc70f3aae03dca7ea9dd59a61c..a3749da12e7d60ddf6850dbc3a8579710f446fde 100644
|
| --- a/native_client_sdk/src/libraries/error_handling/error_handling.c
|
| +++ b/native_client_sdk/src/libraries/error_handling/error_handling.c
|
| @@ -1,9 +1,6 @@
|
| -/*
|
| - * Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +/* Copyright (c) 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. */
|
|
|
| #include <assert.h>
|
| #include <inttypes.h>
|
| @@ -263,4 +260,4 @@ void EHRequestExceptionsJson(EHJsonHandler callback) {
|
|
|
| int EHHanderInstalled() {
|
| return s_eh_exception_enabled;
|
| -}
|
| +}
|
|
|