Add clang-format config file and re-format with clang-format 15
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 18 Mar 2024 14:26:53 +0000 (10:26 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 18 Mar 2024 14:58:56 +0000 (10:58 -0400)
commit45ad74d3e26879bcbe42c397c370845a01e5dd18
tree089cc5d41afe0c82d2eb1924a1152ac576c0f773
parenta7e0140aef02f10fde13ee1fa3aa7d9672ff6ae2
Add clang-format config file and re-format with clang-format 15

Add a clang-format config file, copied from:

  http://git.efficios.com/?p=babeltrace.git;a=blob;f=.clang-format;h=cba562531157c82aefa5a16f861ef044fa5388e0;hb=a165a5742a2b173e59900e515caa3b37a0afb42f

Adjust it slightly to remove the things that are only relevant in the
context of babeltrace.

Re-format all C files with clang-format 15.

Change-Id: If80c93c139d08fafaf11a8fd8dbca23fb80d4aca
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
.clang-format [new file with mode: 0644]
argpar/argpar.c
argpar/argpar.h
tests/test-argpar.c
This page took 0.022635 seconds and 4 git commands to generate.