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:
@ -13,8 +13,8 @@
|
||||
|
||||
#include "ui/views/view.h"
|
||||
|
||||
class CefBasicPanelImpl :
|
||||
public CefPanelImpl<views::View, CefPanel, CefPanelDelegate> {
|
||||
class CefBasicPanelImpl
|
||||
: public CefPanelImpl<views::View, CefPanel, CefPanelDelegate> {
|
||||
public:
|
||||
typedef CefPanelImpl<views::View, CefPanel, CefPanelDelegate> ParentClass;
|
||||
|
||||
|
Reference in New Issue
Block a user