mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: consistently indent preprocessor directives
* global: patch created by running:
for f in $(git ls-files '*.[ch]') ; do
cppi $f > $f.t && mv $f.t $f
done
This commit is contained in:
@@ -662,11 +662,11 @@ int nodedevRegister(void) {
|
||||
return udevNodeRegister();
|
||||
return 0;
|
||||
#else
|
||||
#ifdef HAVE_HAL
|
||||
# ifdef HAVE_HAL
|
||||
return halNodeRegister();
|
||||
#endif
|
||||
#ifdef HAVE_UDEV
|
||||
# endif
|
||||
# ifdef HAVE_UDEV
|
||||
return udevNodeRegister();
|
||||
#endif
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user