Skip to content

Commit e955eeb

Browse files
committed
Whitespace fixes
1 parent 4914992 commit e955eeb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

syntax/cpp.vim

+15-15
Original file line numberDiff line numberDiff line change
@@ -103,26 +103,26 @@ endif
103103
syn match cppMinMax "[<>]?"
104104

105105
" Default highlighting
106-
hi def link cppAccess cppStatement
107-
hi def link cppCast cppStatement
106+
hi def link cppAccess cppStatement
107+
hi def link cppCast cppStatement
108108
hi def link cppExceptions Exception
109-
hi def link cppOperator Operator
109+
hi def link cppOperator Operator
110110
hi def link cppStatement Statement
111-
hi def link cppModifier Type
112-
hi def link cppType Type
113-
hi def link cppStorageClass StorageClass
111+
hi def link cppModifier Type
112+
hi def link cppType Type
113+
hi def link cppStorageClass StorageClass
114114
hi def link cppStructure Structure
115-
hi def link cppBoolean Boolean
116-
hi def link cppCharacter cCharacter
117-
hi def link cppSpecialCharacter cSpecialCharacter
118-
hi def link cppSpecialError cSpecialError
119-
hi def link cppConstant Constant
115+
hi def link cppBoolean Boolean
116+
hi def link cppCharacter cCharacter
117+
hi def link cppSpecialCharacter cSpecialCharacter
118+
hi def link cppSpecialError cSpecialError
119+
hi def link cppConstant Constant
120120
hi def link cppRawStringDelimiter Delimiter
121121
hi def link cppRawString String
122-
hi def link cppString String
123-
hi def link cppNumber Number
124-
hi def link cppFloat Number
125-
hi def link cppModule Include
122+
hi def link cppString String
123+
hi def link cppNumber Number
124+
hi def link cppFloat Number
125+
hi def link cppModule Include
126126

127127
let b:current_syntax = "cpp"
128128

0 commit comments

Comments
 (0)