From 5592798865ece858bab2b444bc782d19121e2566 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sat, 6 Feb 2016 17:21:19 -0800 Subject: style: fix missing spaces in control statements Result of running 'hg m5style --skip-all --fix-control -a'. --- src/python/swig/pyobject.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/swig/pyobject.cc') diff --git a/src/python/swig/pyobject.cc b/src/python/swig/pyobject.cc index 79d7c3581..fb49f4309 100644 --- a/src/python/swig/pyobject.cc +++ b/src/python/swig/pyobject.cc @@ -119,7 +119,7 @@ connectPorts(SimObject *o1, const std::string &name1, int i1, mo1 = dynamic_cast(o1); mo2 = dynamic_cast(o2); - if(mo1 == NULL || mo2 == NULL) { + if (mo1 == NULL || mo2 == NULL) { panic ("Error casting SimObjects %s and %s to MemObject", o1->name(), o2->name()); } -- cgit v1.2.3