From 409694335d1dc2b7f2f17a90a80cc28bd82b8d47 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 17 Jan 2005 23:08:29 +0000 Subject: [PATCH] new blank line for readability --- pandatool/src/maya/mayaApi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/maya/mayaApi.cxx b/pandatool/src/maya/mayaApi.cxx index 59596b8da0..659b14cae1 100644 --- a/pandatool/src/maya/mayaApi.cxx +++ b/pandatool/src/maya/mayaApi.cxx @@ -196,7 +196,7 @@ open_api(string program_name) { << "This program was compiled using Maya version " << compiled_version << ", but you are now running it with Maya version " << simple_runtime_version - << ". The program may crash or produce incorrect results.\n"; + << ". The program may crash or produce incorrect results.\n\n"; } }