Small stylistic tweak

This commit is contained in:
XANTRONIX Development 2019-06-13 16:55:51 -05:00
parent 7dfe7a2cd3
commit 20c7a0b4d2

View file

@ -56,7 +56,8 @@ void hexagram_cluster_init(hexagram_cluster *cluster,
memset(&cluster->state, '\0', sizeof(cluster->state)); memset(&cluster->state, '\0', sizeof(cluster->state));
} }
hexagram_cluster *hexagram_cluster_new(double width, double height) { hexagram_cluster *hexagram_cluster_new(double width,
double height) {
hexagram_cluster *cluster; hexagram_cluster *cluster;
if ((cluster = malloc(sizeof(*cluster))) == NULL) { if ((cluster = malloc(sizeof(*cluster))) == NULL) {