Skip to content

Commit

Permalink
[diagrams] Fix issues with dot sources
Browse files Browse the repository at this point in the history
The dot tool no longer accepts semicolons after digraph {} blocks.

Remove offending semicolons.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Feb 15, 2017
1 parent 81e80d3 commit 5b2254e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mce-sensorfw.dot
Expand Up @@ -145,4 +145,4 @@ digraph mce_sensorfw
SERVICE_STOPPED -> PLUGIN_ANY [style=dotted, lhead=clusterPLUGIN];
}

};
}
2 changes: 1 addition & 1 deletion modules/memnotify.dot
Expand Up @@ -82,4 +82,4 @@ digraph modules_memnotify
BROADCAST -> DBUS1;
NOTIFY -> EVALUATE;
GCONF -> NOTIFY;
};
}

0 comments on commit 5b2254e

Please sign in to comment.