@@ -169,7 +169,7 @@ ifndef CHECK_MANIFEST_PROG
169169endif
170170 @check-manifest
171171 @echo "check-manifest succeeded"
172-
172+
173173
174174doc-model :
175175 @python src/py-opentimelineio/opentimelineio/console/autogen_serialized_datamodel.py --dryrun
@@ -196,10 +196,10 @@ doc-html:
196196 @# if you just want to build the docs yourself outside of RTD
197197 @cd docs; ${MAKE_PROG} html
198198
199- doc-cpp :
200- @cd doxygen ; doxygen config/dox_config ; cd ..
199+ doc-cpp :
200+ @cd doxygen ; doxygen config/dox_config ; cd ..
201201 @echo " wrote doxygen output to: doxygen/output/html/index.html"
202-
202+
203203# release related targets
204204confirm-release-intent :
205205ifndef OTIO_DO_RELEASE
@@ -231,7 +231,7 @@ unfreeze-ci-versions:
231231 @echo " unfreezing CI versions..."
232232 @python maintainers/freeze_ci_versions.py -u
233233
234- # needs to happen _before_ version-map-update so that version in
234+ # needs to happen _before_ version-map-update so that version in
235235# CORE_VERSION_MAP does not have the .dev1 suffix at release time
236236remove-dev-suffix :
237237 @echo " Removing .dev1 suffix"
@@ -252,7 +252,7 @@ update-contributors: check-github-token
252252dev-python-install :
253253 @python setup.py install
254254
255- # make target for preparing a release candidate
255+ # make target for preparing a release candidate
256256release : \
257257 confirm-release-intent \
258258 check-git-status \
@@ -264,7 +264,7 @@ release: \
264264 dev-python-install \
265265 version-map-update \
266266 test-core \
267- update-contributors
267+ update-contributors
268268 @echo " Release is ready. Commit, push and open a PR!"
269269
270270# targets for creating a new version (after making a release, to start the next
0 commit comments