style cleanup: mostly whitespace in rna

This commit is contained in:
2012-05-12 11:01:29 +00:00
parent 68e27b749e
commit a9f6e54384
73 changed files with 5321 additions and 4937 deletions

View File

@@ -38,7 +38,8 @@ EnumPropertyItem unpack_method_items[] = {
{PF_WRITE_LOCAL, "WRITE_LOCAL", 0, "Write Local File (overwrite existing)", ""},
{PF_USE_ORIGINAL, "USE_ORIGINAL", 0, "Use Original File", ""},
{PF_WRITE_ORIGINAL, "WRITE_ORIGINAL", 0, "Write Original File (overwrite existing)", ""},
{0, NULL, 0, NULL, NULL}};
{0, NULL, 0, NULL, NULL}
};
#ifdef RNA_RUNTIME
#else