]> granicus.if.org Git - postgresql/blobdiff - src/backend/catalog/pg_type.c
pgindent run for 9.4
[postgresql] / src / backend / catalog / pg_type.c
index 8e0e65b721927671bb8b26e772293e0096bcb6f3..f614915abfb84ee9cb544e71370dd0df9420bcb8 100644 (file)
@@ -394,7 +394,7 @@ TypeCreate(Oid newTypeOid,
        if (HeapTupleIsValid(tup))
        {
                /*
-                * check that the type is not already defined.  It may exist as a
+                * check that the type is not already defined.  It may exist as a
                 * shell type, however.
                 */
                if (((Form_pg_type) GETSTRUCT(tup))->typisdefined)