wm: teppich

Download patch

ref: 5f9fe862f420ec042875620a7f2d4e06e34d03a1
parent: 299e89562db71dc41c5c2a4f30bb1ffdfd84239d
author: mkf <mkf@cloud9p.org>
date: Sun Dec 3 16:08:38 EST 2023

cmdfs: style changes

--- a/fs/cmdfs.c
+++ b/fs/cmdfs.c
@@ -19,10 +19,7 @@
 	file_t *f, *root;
 	
 	if(cmdfs->state == READY)
-	{
-		
 		return cmdfs;
-	}
 		
 	path = "/cmd/";
 	cmdfs = (fs_t*)malloc(sizeof(fs_t));