summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-04-02 13:44:19 -0700
committerTrumeet <yuuta@yuuta.moe>2022-04-02 13:44:19 -0700
commit625d5332f24af878c4b730b4f7c874bca8e225d7 (patch)
treef462df1a2a74643a4e6ffd4e23ad05e682ffcacc
parente05245cc1ab049b209a600807e4448de3e8b7497 (diff)
downloadksyxbot-625d5332f24af878c4b730b4f7c874bca8e225d7.tar
ksyxbot-625d5332f24af878c4b730b4f7c874bca8e225d7.tar.gz
ksyxbot-625d5332f24af878c4b730b4f7c874bca8e225d7.tar.bz2
ksyxbot-625d5332f24af878c4b730b4f7c874bca8e225d7.zip
Format: use consistent comment style
-rw-r--r--db.c6
-rw-r--r--db.h6
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