CPP: Autoformat.

This commit is contained in:
Geoffrey White
2019-12-17 10:39:52 +00:00
parent 19835cd11d
commit b2e2db1e5c

View File

@@ -19,6 +19,7 @@ private predicate timeType(string typeName) {
typeName = "SYSTEMTIME" or
typeName = "tm"
}
/**
* A type that is used to represent times and dates in an 'unpacked' form, that is,
* with separate fields for day, month, year etc.