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;
};
}
}