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,14 +9,15 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=52f1e64598056c4e301e20277282e6fcbb67ed68$
//
#include "libcef_dll/ctocpp/run_context_menu_callback_ctocpp.h"
// VIRTUAL METHODS - Body may be edited by hand.
void CefRunContextMenuCallbackCToCpp::Continue(int command_id,
EventFlags event_flags) {
EventFlags event_flags) {
cef_run_context_menu_callback_t* _struct = GetStruct();
if (CEF_MEMBER_MISSING(_struct, cont))
return;
@@ -24,9 +25,7 @@ void CefRunContextMenuCallbackCToCpp::Continue(int command_id,
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
// Execute
_struct->cont(_struct,
command_id,
event_flags);
_struct->cont(_struct, command_id, event_flags);
}
void CefRunContextMenuCallbackCToCpp::Cancel() {
@@ -40,25 +39,32 @@ void CefRunContextMenuCallbackCToCpp::Cancel() {
_struct->cancel(_struct);
}
// CONSTRUCTOR - Do not edit by hand.
CefRunContextMenuCallbackCToCpp::CefRunContextMenuCallbackCToCpp() {
}
CefRunContextMenuCallbackCToCpp::CefRunContextMenuCallbackCToCpp() {}
template<> cef_run_context_menu_callback_t* CefCToCppRefCounted<CefRunContextMenuCallbackCToCpp,
CefRunContextMenuCallback, cef_run_context_menu_callback_t>::UnwrapDerived(
CefWrapperType type, CefRunContextMenuCallback* c) {
template <>
cef_run_context_menu_callback_t* CefCToCppRefCounted<
CefRunContextMenuCallbackCToCpp,
CefRunContextMenuCallback,
cef_run_context_menu_callback_t>::UnwrapDerived(CefWrapperType type,
CefRunContextMenuCallback*
c) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
}
#if DCHECK_IS_ON()
template<> base::AtomicRefCount CefCToCppRefCounted<CefRunContextMenuCallbackCToCpp,
CefRunContextMenuCallback, cef_run_context_menu_callback_t>::DebugObjCt =
0;
template <>
base::AtomicRefCount
CefCToCppRefCounted<CefRunContextMenuCallbackCToCpp,
CefRunContextMenuCallback,
cef_run_context_menu_callback_t>::DebugObjCt = 0;
#endif
template<> CefWrapperType CefCToCppRefCounted<CefRunContextMenuCallbackCToCpp,
CefRunContextMenuCallback, cef_run_context_menu_callback_t>::kWrapperType =
WT_RUN_CONTEXT_MENU_CALLBACK;
template <>
CefWrapperType
CefCToCppRefCounted<CefRunContextMenuCallbackCToCpp,
CefRunContextMenuCallback,
cef_run_context_menu_callback_t>::kWrapperType =
WT_RUN_CONTEXT_MENU_CALLBACK;