From ec0caec0df84ed2c1fa1e3d8dc6c2034f79d7831 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 18 Jul 2024 10:43:07 +0200 Subject: [PATCH] rasdaemon: fix a coding style issue Comment block identation was wrong. Fix it. Signed-off-by: Mauro Carvalho Chehab --- rasdaemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rasdaemon.c b/rasdaemon.c index 7a3f964..447ac0b 100644 --- a/rasdaemon.c +++ b/rasdaemon.c @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ + */ #include #include -- 2.49.0