Skip to content

Commit b2e2db1

Browse files
committed
CPP: Autoformat.
1 parent 19835cd commit b2e2db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/semmle/code/cpp/commons/DateTime.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ private predicate timeType(string typeName) {
1919
typeName = "SYSTEMTIME" or
2020
typeName = "tm"
2121
}
22+
2223
/**
2324
* A type that is used to represent times and dates in an 'unpacked' form, that is,
2425
* with separate fields for day, month, year etc.

0 commit comments

Comments
 (0)