Cleanup: trailing space, newlines at EOF

This commit is contained in:
Campbell Barton 2021-09-29 07:29:18 +10:00
parent b524153d61
commit 6dceaafe5a
6 changed files with 6 additions and 6 deletions

View File

@ -124,7 +124,7 @@ enum_texture_limit = (
('4096', "4096", "Limit texture size to 4096 pixels", 6),
('8192', "8192", "Limit texture size to 8192 pixels", 7),
)
# NOTE: Identifiers are expected to be an upper case version of identifiers from `Pass::get_type_enum()`
enum_view3d_shading_render_pass = (
('', "General", ""),

View File

@ -34,4 +34,4 @@ void device_hip_info(vector<DeviceInfo> &devices);
string device_hip_capabilities();
CCL_NAMESPACE_END
CCL_NAMESPACE_END

View File

@ -60,4 +60,4 @@ int hipewCompilerVersion();
CCL_NAMESPACE_END
#endif /* WITH_HIP */
#endif /* WITH_HIP */

View File

@ -1,4 +1,4 @@
/*
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2

View File

@ -526,4 +526,4 @@ struct Sequence *SEQ_find_metastrip_by_sequence(ListBase *seqbase, Sequence *met
}
return NULL;
}
}

View File

@ -10,7 +10,7 @@ from bl_blendfile_utils import TestHelper
class TestBlendLibLinkHelper(TestHelper):
def __init__(self, args):
self.args = args