Small stylistic tweak
This commit is contained in:
parent
7dfe7a2cd3
commit
20c7a0b4d2
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ void hexagram_cluster_init(hexagram_cluster *cluster,
|
|||
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;
|
||||
|
||||
if ((cluster = malloc(sizeof(*cluster))) == NULL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue