[hackers] [sbase] tsort: Minor style fix || sin

From: <git_AT_suckless.org>
Date: Wed, 17 Feb 2016 09:32:23 +0100 (CET)

commit 1e81e214d6827cd8acf863f28e91547c94fd2220
Author: sin <sin_AT_2f30.org>
AuthorDate: Wed Feb 17 08:27:41 2016 +0000
Commit: sin <sin_AT_2f30.org>
CommitDate: Wed Feb 17 08:28:32 2016 +0000

    tsort: Minor style fix

diff --git a/tsort.c b/tsort.c
index c12e91a..5e020ae 100644
--- a/tsort.c
+++ b/tsort.c
_AT_@ -17,14 +17,12 @@
 
 struct vertex;
 
-struct edge
-{
+struct edge {
         struct vertex *to;
         struct edge *next;
 };
 
-struct vertex
-{
+struct vertex {
         char *name;
         struct vertex *next;
         struct edge edges;
Received on Wed Feb 17 2016 - 09:32:23 CET

This archive was generated by hypermail 2.3.0 : Wed Feb 17 2016 - 09:36:23 CET