From e8d06358310f09ea2c28e7640af8dce615040df7 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 13 Jul 2009 16:16:09 +0200 Subject: python/hashes.cc: Adapt to style guidelines. --- python/hashes.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/hashes.cc') diff --git a/python/hashes.cc b/python/hashes.cc index a1ace6fc..0086c17a 100644 --- a/python/hashes.cc +++ b/python/hashes.cc @@ -55,8 +55,8 @@ static int hashes_init(PyObject *self, PyObject *args, PyObject *kwds) } } else { - PyErr_SetString(PyExc_TypeError, "__init__() only understand strings" - " and files"); + PyErr_SetString(PyExc_TypeError, + "__init__() only understand strings and files"); return -1; } return 0; -- cgit v1.2.3