]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - panel-plugin/hdaps.c
panel-plugin: whitespace cleanup; wrap lines and make tabs be spaces.
[xfce4-hdaps.git] / panel-plugin / hdaps.c
index 4254d720ca822660b5e0d683d53542cfc9f322ba..776477d0bddf26901902ce59c15ee4ac74e8b2bb 100644 (file)
@@ -69,8 +69,8 @@ int get_hdaps_device_list(char list[MAX_HDAPS_DEVICES][FILENAME_MAX]) {
     while ((ep = readdir(dp)) && list_idx < MAX_HDAPS_DEVICES) {
       /* This next test covers "." and ".." too. */
       if (hdaps_device_exists(ep->d_name)) {
-       strncpy(list[list_idx], ep->d_name, FILENAME_MAX);
-       list_idx++;
+        strncpy(list[list_idx], ep->d_name, FILENAME_MAX);
+        list_idx++;
       }
     }