minor whitespace change
authorHolger Schemel <info@artsoft.org>
Sun, 18 Oct 2020 22:46:20 +0000 (00:46 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 13 Dec 2020 23:57:57 +0000 (00:57 +0100)
src/init.c

index bae10aff54191ef28f82dba28b61dd6c8ea1892c..e5df926f9569a4046d11ff80515dade391dc7667 100644 (file)
@@ -5944,7 +5944,6 @@ static char *getNewArtworkIdentifier(int type)
   else
     artwork_current_identifier = setup_artwork_set;
 
-
   /* 2nd step: check if it is really needed to reload artwork set
      ------------------------------------------------------------ */
 
@@ -5967,7 +5966,7 @@ static char *getNewArtworkIdentifier(int type)
                artwork_current_identifier))
     artwork_new_identifier = artwork_current_identifier;
 
-  *(ARTWORK_CURRENT_IDENTIFIER_PTR(artwork, type))= artwork_current_identifier;
+  *(ARTWORK_CURRENT_IDENTIFIER_PTR(artwork, type)) = artwork_current_identifier;
 
   // ---------- do not reload directly after starting -------------------------
   if (!initialized[type])