[welcome] Don't apply code-style to other C-code

This commit is contained in:
Adriaan de Groot 2020-08-25 14:22:44 +02:00
parent 31aa8be620
commit b65b5228e1

View File

@ -19,6 +19,10 @@
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/
/* This is third-party ancient C code. Don't format it. */
/* *INDENT-OFF* */
/* clang-format off */
#include "partman_devices.h"
#include <sys/types.h>