From 129f8a9eb81250abfdbe44e075a8778eee527aec Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 27 Aug 2006 12:45:54 +0000 Subject: [PATCH] Add a newline at the end of the file (squelch a compiler warning). This commit was SVN r11445. --- ompi/mpi/c/wtime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ompi/mpi/c/wtime.c b/ompi/mpi/c/wtime.c index 84ced12e78..1aaa48fa3c 100644 --- a/ompi/mpi/c/wtime.c +++ b/ompi/mpi/c/wtime.c @@ -9,6 +9,7 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. + * Copyright (c) 2006 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -45,4 +46,4 @@ double MPI_Wtime(void) #else return (double)opal_timer_base_get_cycles(); #endif /* OPAL_TIMER_USEC_NATIVE */ -} \ No newline at end of file +}