From 011e05ae219b7860d1c11cf0261a55cea6f10c27 Mon Sep 17 00:00:00 2001 From: Dave West Date: Sat, 14 Nov 2009 16:25:31 +0000 Subject: [PATCH] Add a newline at end of file to stop some compilers moaning. --- citadel/file_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/file_ops.h b/citadel/file_ops.h index 1126a7695..18751f1e6 100644 --- a/citadel/file_ops.h +++ b/citadel/file_ops.h @@ -18,4 +18,4 @@ enum { NTT_CHECK }; -#endif /* FILE_OPS_H */ \ No newline at end of file +#endif /* FILE_OPS_H */ -- 2.30.2