From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Thu, 6 Jun 2013 09:13:27 -0400 (EDT) Subject: [Cluster-devel] [PATCH 4/4] mkfs.gfs2: Add align option and update docs In-Reply-To: <1370520213-29676-4-git-send-email-anprice@redhat.com> References: <1370520213-29676-1-git-send-email-anprice@redhat.com> <1370520213-29676-4-git-send-email-anprice@redhat.com> Message-ID: <1604364747.48079746.1370524407342.JavaMail.root@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, ----- Original Message ----- | + for (i = 0; options[i] != NULL; i+=2) { Just a nit here, but I'd recommend adding spaces, as per our standard: "i += 2" | + printf("%15s %-22s\n", options[i], options[i+1]); Same here: "i + 1" Regards, Bob Peterson Red Hat File Systems