mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply clang-format to all C, C++ and ObjC files (issue #2171)
This commit is contained in:
@ -11,8 +11,7 @@
|
||||
#include "libcef/browser/views/layout_impl.h"
|
||||
#include "ui/views/layout/box_layout.h"
|
||||
|
||||
class CefBoxLayoutImpl :
|
||||
public CefLayoutImpl<views::BoxLayout, CefBoxLayout> {
|
||||
class CefBoxLayoutImpl : public CefLayoutImpl<views::BoxLayout, CefBoxLayout> {
|
||||
public:
|
||||
// Necessary for the CEF_REQUIRE_VALID_*() macros to compile.
|
||||
typedef CefLayoutImpl<views::BoxLayout, CefBoxLayout> ParentClass;
|
||||
|
Reference in New Issue
Block a user