NetworkManager/clients/cloud-setup
Thomas Haller 740b092fda
format: replace tabs for indentation in code comments
sed -i \
     -e 's/^'$'\t'' \*/     */g' \
     -e 's/^'$'\t\t'' \*/         */g' \
     -e 's/^'$'\t\t\t'' \*/             */g' \
     -e 's/^'$'\t\t\t\t'' \*/                 */g' \
     -e 's/^'$'\t\t\t\t\t'' \*/                     */g' \
     -e 's/^'$'\t\t\t\t\t\t'' \*/                         */g' \
     -e 's/^'$'\t\t\t\t\t\t\t'' \*/                             */g' \
     $(git ls-files -- '*.[hc]')
2020-09-28 16:07:52 +02:00
..
90-nm-cloud-setup.sh cloud-setup: let dispatcher script run tool only if service is enabled 2019-12-03 16:18:33 +01:00
main.c all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
meson.build cloud-setup: add tool for automatic IP configuration in cloud 2020-07-29 15:56:15 +02:00
nm-cloud-setup-utils.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
nm-cloud-setup-utils.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
nm-cloud-setup.service.in cloud-setup: add tool for automatic IP configuration in cloud 2020-07-29 15:56:15 +02:00
nm-cloud-setup.timer cloud-setup: add tool for automatic IP configuration in cloud 2019-11-28 19:52:18 +01:00
nm-http-client.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
nm-http-client.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
nmcs-provider-azure.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
nmcs-provider-azure.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
nmcs-provider-ec2.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
nmcs-provider-ec2.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
nmcs-provider-gcp.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
nmcs-provider-gcp.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
nmcs-provider.c all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
nmcs-provider.h format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00