Fix whitespace to follow coding guidelines.
[bpt/emacs.git] / src / xfaces.c
index 79978f4..9a6bbd1 100644 (file)
@@ -764,7 +764,7 @@ x_create_gc (f, mask, xgcv)
 {
   GC gc = xmalloc (sizeof (*gc));
   if (gc)
-      bcopy(xgcv, gc, sizeof(XGCValues));
+      bcopy (xgcv, gc, sizeof (XGCValues));
   return gc;
 }