Remove trailing whitespace

This commit is contained in:
Johan Dahlin 2010-03-25 09:17:03 -03:00 committed by Johan Dahlin
parent 6b0463dd16
commit 591e740611

View File

@ -1967,7 +1967,7 @@ g_ir_node_build_typelib (GIrNode *node,
blob->blob_type = BLOB_TYPE_UNION;
blob->deprecated = union_->deprecated;
blob->reserved = 0;
blob->reserved = 0;
blob->name = write_string (node->name, strings, data, offset2);
blob->alignment = union_->alignment;
blob->size = union_->size;