ncm: add missing end of file newlines

This commit is contained in:
Adubbz 2020-03-02 23:41:48 +11:00
parent 16cc69e38d
commit 13a0e74611
3 changed files with 3 additions and 3 deletions

View File

@ -49,4 +49,4 @@ namespace ams::ncm {
} }
}; };
} }

View File

@ -45,4 +45,4 @@ namespace ams::ncm {
} }
}; };
} }

View File

@ -31,4 +31,4 @@ namespace ams::ncm {
virtual Result Commit() override; virtual Result Commit() override;
}; };
} }