From 625d5332f24af878c4b730b4f7c874bca8e225d7 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Sat, 2 Apr 2022 13:44:19 -0700 Subject: Format: use consistent comment style --- db.c | 6 +++--- db.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/db.c b/db.c index ff9388c..cc44489 100644 --- a/db.c +++ b/db.c @@ -1,6 +1,6 @@ -// -// Created by yuuta on 11/28/21. -// +/* + * Created by yuuta on 11/28/21. + */ #include "db.h" #include "log.h" diff --git a/db.h b/db.h index 269cd70..93fdb43 100644 --- a/db.h +++ b/db.h @@ -1,6 +1,6 @@ -// -// Created by yuuta on 11/28/21. -// +/* + * Created by yuuta on 11/28/21. + */ #ifndef _DB_H #define _DB_H -- cgit v1.2.3