Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Unified Diff: native_client_sdk/src/libraries/error_handling/error_handling.c

Issue 19673003: [NaCl SDK] Consistent use of copyright header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698