summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/angle/src/compiler/preprocessor/Lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/angle/src/compiler/preprocessor/Lexer.h')
-rw-r--r--chromium/third_party/angle/src/compiler/preprocessor/Lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/angle/src/compiler/preprocessor/Lexer.h b/chromium/third_party/angle/src/compiler/preprocessor/Lexer.h
index eb85cea8734..d42d3db7e09 100644
--- a/chromium/third_party/angle/src/compiler/preprocessor/Lexer.h
+++ b/chromium/third_party/angle/src/compiler/preprocessor/Lexer.h
@@ -17,7 +17,7 @@ class Lexer
public:
virtual ~Lexer();
- virtual void lex(Token* token) = 0;
+ virtual void lex(Token *token) = 0;
};
} // namespace pp