mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 20:03:45 +00:00
Remove mid-string line breaks, cf. workflow doc:
.. [#tool_style_conflicts] For example, lines over 80 characters are allowed
for text strings to make it possible to search the code for them: please
see `Linux kernel style (breaking long lines and strings)
<https://www.kernel.org/doc/html/v4.10/process/coding-style.html#breaking-long-lines-and-strings>`_
and `Issue #1794 <https://github.com/FRRouting/frr/issues/1794>`_.
Scripted commit, idempotent to running:
```
python3 tools/stringmangle.py --unwrap `git ls-files | egrep '\.[ch]$'`
```
Signed-off-by: David Lamparter <equinox@diac24.net>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| ripng_cli.c | ||
| ripng_debug.c | ||
| ripng_debug.h | ||
| ripng_interface.c | ||
| ripng_main.c | ||
| ripng_nb_config.c | ||
| ripng_nb_rpcs.c | ||
| ripng_nb_state.c | ||
| ripng_nb.c | ||
| ripng_nb.h | ||
| ripng_nexthop.c | ||
| ripng_nexthop.h | ||
| ripng_offset.c | ||
| ripng_peer.c | ||
| ripng_route.c | ||
| ripng_route.h | ||
| ripng_routemap.c | ||
| ripng_zebra.c | ||
| ripngd.c | ||
| ripngd.conf.sample | ||
| ripngd.h | ||
| subdir.am | ||