Skip to content

Commit a379152

Browse files
committed
reformat a comment
1 parent c56ee55 commit a379152

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/express/resolve.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,8 @@ void EXP_resolve( Expression expr, Scope scope, Type typecheck ) {
344344

345345
/* entities are treated like implicit constructor functions */
346346
if( DICT_type == OBJ_ENTITY ) {
347-
Type self_old = self; /* save previous in the */
348-
/* unlikely but possible case that SELF */
349-
/* is in a derived initialization of an */
350-
/* entity */
347+
Type self_old = self; /* save previous in the unlikely but possible case that
348+
* SELF is in a derived initialization of an entity */
351349
e = ( Entity )x;
352350
self = e->u.entity->type;
353351
/* skip parameter resolution for now */

0 commit comments

Comments
 (0)