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:
@@ -12,13 +12,13 @@
|
||||
*/
|
||||
|
||||
#ifndef __VIR_VIRERR_H__
|
||||
#define __VIR_VIRERR_H__
|
||||
# define __VIR_VIRERR_H__
|
||||
|
||||
#include <libvirt/libvirt.h>
|
||||
# include <libvirt/libvirt.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
# ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
# endif
|
||||
|
||||
/**
|
||||
* virErrorLevel:
|
||||
@@ -210,8 +210,8 @@ void virConnSetErrorFunc (virConnectPtr conn,
|
||||
virErrorFunc handler);
|
||||
int virConnCopyLastError (virConnectPtr conn,
|
||||
virErrorPtr to);
|
||||
#ifdef __cplusplus
|
||||
# ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
# endif
|
||||
|
||||
#endif /* __VIR_VIRERR_H__ */
|
||||
|
||||
Reference in New Issue
Block a user