Skip to content

Commit 6b24e3c

Browse files
author
Dave Bartolomeo
committed
C++: Fix formatting
1 parent 434e11c commit 6b24e3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/src/semmle/code/cpp/ir/internal/IRCppLanguage.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ class LanguageType = CppType;
1010
class OpaqueTypeTag = Cpp::Type;
1111

1212
class TypeDomain = Cpp::TypeDomain;
13+
1314
class RealDomain = Cpp::RealDomain;
15+
1416
class ComplexDomain = Cpp::ComplexDomain;
17+
1518
class ImaginaryDomain = Cpp::ImaginaryDomain;
1619

1720
class Function = Cpp::Function;

0 commit comments

Comments
 (0)