NetworkManager/clients/cli
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
..
agent.c all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
common.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
common.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
connections.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
connections.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
devices.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
devices.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
general.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
generate-docs-nm-settings-nmcli.c all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
meson.build docs: generate nm-settings-docs-nmcli.xml based on nmcli meta data 2020-06-11 10:53:50 +02:00
nmcli-completion cli: make nmcli do its own command completion 2017-02-13 16:32:15 +01:00
nmcli.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
nmcli.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
polkit-agent.c all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
polkit-agent.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
settings.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
settings.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00
utils.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
utils.h format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00