Fix indentation.
authorGuy Harris <guy@alum.mit.edu>
Fri, 26 Feb 2016 22:56:01 +0000 (14:56 -0800)
committerGuy Harris <guy@alum.mit.edu>
Fri, 26 Feb 2016 22:56:28 +0000 (22:56 +0000)
Change-Id: I201c35e1f6dfdb67a68dbc0ee684e0231842f00b
Reviewed-on: https://code.wireshark.org/review/14182
Reviewed-by: Guy Harris <guy@alum.mit.edu>
extcap.c

index 93549ded443e3014dfcf45c6b0e77d3f5ca62214..b1e6f5a60e6a220a2b58b17da9a8af374dd6d1b4 100644 (file)
--- a/extcap.c
+++ b/extcap.c
@@ -394,7 +394,7 @@ extcap_interface_list(char **err_str) {
     GList *ret = NULL;
 
     if (err_str != NULL)
-    *err_str = NULL;
+        *err_str = NULL;
 
     /* ifaces is used as cache, do not destroy its contents when
      * returning or no extcap interfaces can be queried for options */