summaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-01-08 19:30:10 +0100
committerxengineering <me@xengineering.eu>2023-01-08 19:47:32 +0100
commitb6075dd5e7632398a37456ef2670c075f152635f (patch)
tree63731b6d2f833797909ca794cd28ccff40541ad7 /gui.c
parent4b09fdb813de813ad82742edd0655724f187bb2f (diff)
downloadlimox-b6075dd5e7632398a37456ef2670c075f152635f.tar
limox-b6075dd5e7632398a37456ef2670c075f152635f.tar.zst
limox-b6075dd5e7632398a37456ef2670c075f152635f.zip
Adapt comment indent to Linux kernel code
Diffstat (limited to 'gui.c')
-rw-r--r--gui.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/gui.c b/gui.c
index 2b4a2a2..66ce806 100644
--- a/gui.c
+++ b/gui.c
@@ -1,19 +1,19 @@
/*
- * LimoX - The Linux on mobile XMPP chat client
- * Copyright (C) 2022 xengineering
+ * LimoX - The Linux on mobile XMPP chat client
+ * Copyright (C) 2022 xengineering
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/