Apply clang-format to all C, C++ and ObjC files (issue #2171)

This commit is contained in:
Marshall Greenblatt
2017-05-17 11:29:28 +02:00
parent a566549e04
commit 31d9407ee2
1331 changed files with 33014 additions and 32258 deletions

View File

@@ -9,10 +9,11 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=8693984af64ea36db2fb82d397f7e0b482cccb99$
//
#include "libcef_dll/ctocpp/task_ctocpp.h"
// VIRTUAL METHODS - Body may be edited by hand.
void CefTaskCToCpp::Execute() {
@@ -26,22 +27,26 @@ void CefTaskCToCpp::Execute() {
_struct->execute(_struct);
}
// CONSTRUCTOR - Do not edit by hand.
CefTaskCToCpp::CefTaskCToCpp() {
}
CefTaskCToCpp::CefTaskCToCpp() {}
template<> cef_task_t* CefCToCppRefCounted<CefTaskCToCpp, CefTask,
cef_task_t>::UnwrapDerived(CefWrapperType type, CefTask* c) {
template <>
cef_task_t*
CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::UnwrapDerived(
CefWrapperType type,
CefTask* c) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
}
#if DCHECK_IS_ON()
template<> base::AtomicRefCount CefCToCppRefCounted<CefTaskCToCpp, CefTask,
cef_task_t>::DebugObjCt = 0;
template <>
base::AtomicRefCount
CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::DebugObjCt = 0;
#endif
template<> CefWrapperType CefCToCppRefCounted<CefTaskCToCpp, CefTask,
cef_task_t>::kWrapperType = WT_TASK;
template <>
CefWrapperType
CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::kWrapperType =
WT_TASK;