[openacc] Add missing newline at end of file

This commit is contained in:
clementval 2020-07-28 15:26:27 -04:00
parent 811828a01d
commit 3fac05e49f
1 changed files with 1 additions and 1 deletions

View File

@ -601,4 +601,4 @@ def ACC_SerialLoop : Directive<"serial loop"> {
def ACC_Unknown : Directive<"unknown"> {
let isDefault = 1;
}
}