- [Syntactical changes only]

Fixed the indentation of some files.
This commit is contained in:
ccremers
2005-06-02 09:40:05 +00:00
parent 01124e2104
commit cd2ef14e4e
4 changed files with 18 additions and 16 deletions

View File

@@ -58,14 +58,14 @@ roledefPrintGeneric (Roledef rd, int print_actor)
Term label;
/* Old version: sometimes prints protocol stuff (really unique labels)
label = deVar (rd->label);
if (protocolCount < 2 && realTermTuple (label))
{
// Only one protocol, so we don't need to show the extra label info
label = TermOp2 (label);
}
*/
label = deVar (rd->label);
if (protocolCount < 2 && realTermTuple (label))
{
// Only one protocol, so we don't need to show the extra label info
label = TermOp2 (label);
}
*/
label = deVar(rd->label);
if (realTermTuple (label))
{
label = TermOp2 (label);