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,6 +1,6 @@
|
||||
class C { };
|
||||
|
||||
void f() {
|
||||
C* c = new C();
|
||||
delete c;
|
||||
}
|
||||
class C { };
|
||||
|
||||
void f() {
|
||||
C* c = new C();
|
||||
delete c;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
class C {
|
||||
public:
|
||||
~C();
|
||||
};
|
||||
|
||||
void f() {
|
||||
C* c = new C();
|
||||
delete c;
|
||||
}
|
||||
class C {
|
||||
public:
|
||||
~C();
|
||||
};
|
||||
|
||||
void f() {
|
||||
C* c = new C();
|
||||
delete c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user