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 b461c9fbd2
commit 33f077616f
1331 changed files with 33014 additions and 32258 deletions

View File

@@ -9,11 +9,11 @@
#include "include/views/cef_textfield.h"
#include "include/views/cef_textfield_delegate.h"
#include "libcef/browser/views/view_impl.h"
#include "libcef/browser/views/textfield_view.h"
#include "libcef/browser/views/view_impl.h"
class CefTextfieldImpl :
public CefViewImpl<CefTextfieldView, CefTextfield, CefTextfieldDelegate> {
class CefTextfieldImpl
: public CefViewImpl<CefTextfieldView, CefTextfield, CefTextfieldDelegate> {
public:
typedef CefViewImpl<CefTextfieldView, CefTextfield, CefTextfieldDelegate>
ParentClass;
@@ -45,8 +45,7 @@ class CefTextfieldImpl :
void SetSelectionBackgroundColor(cef_color_t color) override;
cef_color_t GetSelectionBackgroundColor() override;
void SetFontList(const CefString& font_list) override;
void ApplyTextColor(cef_color_t color,
const CefRange& range) override;
void ApplyTextColor(cef_color_t color, const CefRange& range) override;
void ApplyTextStyle(cef_text_style_t style,
bool add,
const CefRange& range) override;