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,17 +1,17 @@
|
||||
void f() {
|
||||
try {
|
||||
try {
|
||||
throw 1;
|
||||
} catch (int i) {
|
||||
} catch (...) {
|
||||
}
|
||||
} catch (int j) {
|
||||
}
|
||||
}
|
||||
|
||||
void g(bool condition) {
|
||||
try {
|
||||
if (condition) throw 1;
|
||||
} catch (...) {
|
||||
}
|
||||
}
|
||||
void f() {
|
||||
try {
|
||||
try {
|
||||
throw 1;
|
||||
} catch (int i) {
|
||||
} catch (...) {
|
||||
}
|
||||
} catch (int j) {
|
||||
}
|
||||
}
|
||||
|
||||
void g(bool condition) {
|
||||
try {
|
||||
if (condition) throw 1;
|
||||
} catch (...) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user