BaseTools: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
from antlr3 import *
|
||||
from antlr3.compat import set, frozenset
|
||||
|
||||
|
||||
## @file
|
||||
# The file defines the Lexer for C source files.
|
||||
#
|
||||
@ -10,7 +10,7 @@ from antlr3.compat import set, frozenset
|
||||
# This file is generated by running:
|
||||
# java org.antlr.Tool C.g
|
||||
#
|
||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials are licensed and made available
|
||||
# under the terms and conditions of the BSD License which accompanies this
|
||||
@ -4341,7 +4341,7 @@ class CLexer(Lexer):
|
||||
u"\12\uffff"
|
||||
)
|
||||
|
||||
|
||||
|
||||
DFA25_transition = [
|
||||
DFA.unpack(u"\1\2\1\uffff\12\1"),
|
||||
DFA.unpack(u"\1\3\1\uffff\12\1\12\uffff\1\5\1\4\1\5\35\uffff\1\5"
|
||||
@ -4479,7 +4479,7 @@ class CLexer(Lexer):
|
||||
u"\u0192\uffff"
|
||||
)
|
||||
|
||||
|
||||
|
||||
DFA35_transition = [
|
||||
DFA.unpack(u"\6\73\2\70\1\73\2\70\22\73\1\70\1\50\1\65\1\72\1\63"
|
||||
u"\1\45\1\46\1\64\1\34\1\35\1\40\1\42\1\3\1\43\1\41\1\44\1\66\11"
|
||||
@ -4943,5 +4943,5 @@ class CLexer(Lexer):
|
||||
# class definition for DFA #35
|
||||
|
||||
DFA35 = DFA
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user