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,8 +9,8 @@
#include <libxml/xmlreader.h>
#include <sstream>
#include "include/cef_xml_reader.h"
#include "base/threading/platform_thread.h"
#include "include/cef_xml_reader.h"
// Implementation of CefXmlReader
class CefXmlReaderImpl : public CefXmlReader {
@ -20,7 +20,8 @@ class CefXmlReaderImpl : public CefXmlReader {
// Initialize the reader context.
bool Initialize(CefRefPtr<CefStreamReader> stream,
EncodingType encodingType, const CefString& URI);
EncodingType encodingType,
const CefString& URI);
bool MoveToNextNode() override;
bool Close() override;