diff options
Diffstat (limited to 'src/core/file.c')
| -rw-r--r-- | src/core/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file.c b/src/core/file.c index b76fdcda..173a864d 100644 --- a/src/core/file.c +++ b/src/core/file.c @@ -156,4 +156,4 @@ nni_file_unlock(nni_file_lockh *h) { nni_plat_file_unlock(&h->lk); NNI_FREE_STRUCT(h); -}
\ No newline at end of file +} |
