Cleanup: remove trailing space, newlines at eof

This commit is contained in:
Campbell Barton 2020-08-02 18:43:17 +10:00
parent 21f150cc90
commit 83d6290800
16 changed files with 16 additions and 17 deletions

View File

@ -73,4 +73,3 @@ if(WIN32)
external_flexbison
)
endif()

View File

@ -445,4 +445,4 @@ ccl_device float background_light_pdf(KernelGlobals *kg, float3 P, float3 direct
#endif
CCL_NAMESPACE_END
CCL_NAMESPACE_END

View File

@ -1029,7 +1029,7 @@ class ConstraintButtonsSubPanel(Panel):
col = layout.column(align=True)
col.prop(con, "map_to_z_from", expand=False, text="Z Source Axis")
col.prop(con, "to_min_z" + ext, text="Min")
col.prop(con, "to_max_z" + ext, text="Max")
col.prop(con, "to_max_z" + ext, text="Max")
layout.prop(con, "mix_mode" + ext, text="Mix")
@ -1396,7 +1396,7 @@ class BONE_PT_bTransformConstraint_from(BoneConstraintPanel, ConstraintButtonsSu
def draw(self, context):
self.draw_transform_from(context)
class OBJECT_PT_bTransformConstraint_destination(ObjectConstraintPanel, ConstraintButtonsSubPanel):
bl_parent_id = "OBJECT_PT_bTransformConstraint"
bl_label = "Map To"

View File

@ -1946,4 +1946,4 @@ void BKE_movieclip_free_gputexture(struct MovieClip *clip)
MEM_freeN(tex);
}
}
/** \} */
/** \} */

View File

@ -188,4 +188,4 @@ static struct GPUTexture *create_ggx_refraction_lut_texture(int w, int h)
MEM_freeN(data);
return tex;
}
}

View File

@ -178,4 +178,4 @@ void closure_load_sss_data(
}
}
#endif
#endif

View File

@ -62,4 +62,4 @@ float get_btdf_lut(float NV, float roughness, float ior)
return btdf;
}
/** \} */
/** \} */

View File

@ -148,4 +148,4 @@ void main()
tileMaxVelocity = encode_velocity(max_motion);
}
#endif
#endif

View File

@ -116,4 +116,4 @@ vec3 normal_decode(vec2 enc, vec3 view)
return n;
}
/** \} */
/** \} */

View File

@ -36,4 +36,4 @@ vec3 pointcloud_get_pos(void)
vec3 outpos, outnor;
pointcloud_get_pos_and_nor(outpos, outnor);
return outpos;
}
}

View File

@ -274,4 +274,4 @@ void GPU_uniformbuffer_unbind_all(void)
for (int i = 0; i < GPU_max_ubo_binds(); i++) {
glBindBufferBase(GL_UNIFORM_BUFFER, i, 0);
}
}
}

View File

@ -258,4 +258,4 @@ GPUTexture *IMB_create_gpu_texture(ImBuf *ibuf, bool use_high_bitdepth, bool use
}
return tex;
}
}

View File

@ -170,4 +170,4 @@ void create_transform_matrix(Object *obj,
} // namespace alembic
} // namespace io
} // namespace blender
} // namespace blender

View File

@ -100,4 +100,4 @@ void create_transform_matrix(Object *obj,
} // namespace alembic
} // namespace io
} // namespace blender
} // namespace blender

View File

@ -59,4 +59,4 @@ class DupliParentFinder final {
} // namespace blender::io
#endif
#endif

View File

@ -382,4 +382,4 @@ void weightvg_ui_common(const bContext *C, PointerRNA *ob_ptr, PointerRNA *ptr,
}
}
}
}
}