- fix coding style a bit
[platform/upstream/libsolv.git] / src / repodata.c
index 887da4d..fdb7e3a 100644 (file)
@@ -452,7 +452,7 @@ maybe_load_repodata(Repodata *data, Id keyname)
     }
 }
 
-static inline unsigned char*
+static inline unsigned char *
 solvid2data(Repodata *data, Id solvid, Id *schemap)
 {
   unsigned char *dp = data->incoredata;