Index: nacltoons/src/AppDelegate.h |
diff --git a/nacltoons/src/AppDelegate.h b/nacltoons/src/AppDelegate.h |
index 840d4ed8cc0f47ab779ff73e20eb3f5d5bbca1b1..fce64cb15cb1896cec2864c817aa99a9ab4152ff 100644 |
--- a/nacltoons/src/AppDelegate.h |
+++ b/nacltoons/src/AppDelegate.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2013 The Native Client 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. |
#ifndef APP_DELEGATE_H |
@@ -9,8 +9,7 @@ |
/** |
* The cocos2d-x application entry point. |
*/ |
-class AppDelegate : private cocos2d::CCApplication |
-{ |
+class AppDelegate : private cocos2d::CCApplication { |
public: |
AppDelegate() {} |