diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-23 16:56:55 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-23 16:56:55 +0000 |
commit | d729a6dd50ce7597ed98af2a3e68e8bc47201c18 (patch) | |
tree | 88c58a8699771d22478ba743803059081211b77b | |
parent | 4879d91992ebc0072ed720b8772c2af65c034953 (diff) | |
download | mpfr-d729a6dd50ce7597ed98af2a3e68e8bc47201c18.tar.gz |
gnu style
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8879 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | tools/mbench/mfv5.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mbench/mfv5.cc b/tools/mbench/mfv5.cc index 060aa98d2..f687463ba 100644 --- a/tools/mbench/mfv5.cc +++ b/tools/mbench/mfv5.cc @@ -186,7 +186,7 @@ int main (int argc, const char *argv[]) cout << "MPFR VERSION HEADER= " << MPFR_VERSION_STRING << " LIB=" << mpfr_get_version() << endl; if (options.import_base != "") - read_base(base, options); + read_base (base, options); else build_base (base, options); |