mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C++: Force LF for .c,.cpp,.h,.hpp
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
int x;
|
||||
|
||||
if (x == 1) {}
|
||||
if (x != 1) {}
|
||||
if (x < 1) {}
|
||||
if (x > 1) {}
|
||||
if (x <= 1) {}
|
||||
if (x >= 1) {}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
int x;
|
||||
|
||||
if (x == 1) {}
|
||||
if (x != 1) {}
|
||||
if (x < 1) {}
|
||||
if (x > 1) {}
|
||||
if (x <= 1) {}
|
||||
if (x >= 1) {}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user