]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
abstraction-map.h: increase the column width to 100
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Thu, 30 Jun 2022 07:33:11 +0000 (13:03 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 11 Jul 2022 17:09:22 +0000 (11:09 -0600)
100 column width is more comfortable to read over 80 columns, lets
increase it.  This patch, also introduced/removes empty lines across
the file, making it more readable.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/abstraction-map.h

index 2a2ac4764d1cd1cbed92dd035f9b86c18c135da1..fd2409a2204d71cc63294dfac1dcf8c6abe55b4e 100644 (file)
@@ -14,13 +14,12 @@ extern "C" {
 #endif
 
 struct cgroup_abstraction_map {
-       /* if the conversion isn't a one-to-one mapping or the mathematical
+       /*
+        * if the conversion isn't a one-to-one mapping or the mathematical
         * conversion is unique, create a custom conversion function.
         */
-       int (*cgroup_convert)(struct cgroup_controller * const dst_cgc,
-                             const char * const in_value,
-                             const char * const out_setting,
-                             void *in_dflt, void *out_dflt);
+       int (*cgroup_convert)(struct cgroup_controller * const dst_cgc, const char * const in_value,
+                             const char * const out_setting, void *in_dflt, void *out_dflt);
        char *in_setting;
        void *in_dflt;
        char *out_setting;