mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C++: Force LF for .c,.cpp,.h,.hpp
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class C { };
|
||||
|
||||
void f() {
|
||||
new C;
|
||||
return;
|
||||
class C { };
|
||||
|
||||
void f() {
|
||||
new C;
|
||||
return;
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
class C {
|
||||
public:
|
||||
C(int i, int j);
|
||||
};
|
||||
|
||||
void f() {
|
||||
int a, b, c, d;
|
||||
new C(a + b, c - d);
|
||||
}
|
||||
class C {
|
||||
public:
|
||||
C(int i, int j);
|
||||
};
|
||||
|
||||
void f() {
|
||||
int a, b, c, d;
|
||||
new C(a + b, c - d);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user