From 6ae217d0052bcd1434e573fa16ea325996baf209 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 13 Nov 2018 23:26:42 -0800 Subject: Fix some comment indentation --- Alc/backends/alsa.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Alc/backends/alsa.cpp') diff --git a/Alc/backends/alsa.cpp b/Alc/backends/alsa.cpp index 35942e6b..d40261cb 100644 --- a/Alc/backends/alsa.cpp +++ b/Alc/backends/alsa.cpp @@ -1333,9 +1333,9 @@ static void ALCalsaBackendFactory_probe(ALCalsaBackendFactory* UNUSED(self), enu { const char *name{entry.name.c_str()}; size_t namelen{entry.name.length()}; - /* +1 to also append the null char (to ensure a null-separated list - * and double-null terminated list). - */ + /* +1 to also append the null char (to ensure a null-separated list and + * double-null terminated list). + */ alstr_append_range(outnames, name, name + namelen+1); }; switch(type) -- cgit v1.2.3