From 852bb7a89faa241f5475ea792d276e946705ca98 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 20 Jul 2013 20:07:51 +0200 Subject: [PATCH] minor, prepare for automatic indentation --- src/spicelib/parser/inpdomod.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index de55f7e7f..317b7641d 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -87,10 +87,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab) break; #endif default: /* placeholder; use level 4 for the next model */ - err = INPmkTemp( #ifdef ADMS + err = INPmkTemp( "Only BJT levels 1-2, 4,6-9 are supported in this binary\n"); #else + err = INPmkTemp( "Only BJT levels 1-2, 4, 9 are supported in this binary\n"); #endif break; @@ -411,11 +412,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab) } break; default: /* placeholder; use level xxx for the next model */ - err = - INPmkTemp #ifdef ADMS + err = INPmkTemp ("Only MOS device levels 1-6,8-10,14,44,45,49,54-58,60-62 are supported in this binary\n"); #else + err = INPmkTemp ("Only MOS device levels 1-6,8-10,14,49,54-58,60-62 are supported in this binary\n"); #endif break;