Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: xfa/src/fdp/src/xml/fde_xml_imp.h

Issue 1730553002: Fixing whitespace lint errors. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/src/fdp/src/xml/fde_xml_imp.h
diff --git a/xfa/src/fdp/src/xml/fde_xml_imp.h b/xfa/src/fdp/src/xml/fde_xml_imp.h
index 7054eaa29229494e78a49ee5a59682cc67400145..652497ff793612a39c2f1f134b13c8658d5a2c30 100644
--- a/xfa/src/fdp/src/xml/fde_xml_imp.h
+++ b/xfa/src/fdp/src/xml/fde_xml_imp.h
@@ -338,6 +338,7 @@ class CFDE_XMLSyntaxParser : public IFDE_XMLSyntaxParser, public CFX_Target {
virtual void GetTextData(CFX_WideString& wsText) const { GetData(wsText); }
virtual void GetTargetData(CFX_WideString& wsData) const { GetData(wsData); }
#endif
+
protected:
IFX_Stream* m_pStream;
int32_t m_iXMLPlaneSize;

Powered by Google App Engine
This is Rietveld 408576698