mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-16 23:33:52 +03: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:
@@ -21,12 +21,12 @@
|
||||
*/
|
||||
|
||||
#ifndef __VIR_CONSOLE_H__
|
||||
#define __VIR_CONSOLE_H__
|
||||
# define __VIR_CONSOLE_H__
|
||||
|
||||
#ifndef __MINGW32__
|
||||
# ifndef __MINGW32__
|
||||
|
||||
int vshRunConsole(const char *tty);
|
||||
|
||||
#endif /* !__MINGW32__ */
|
||||
# endif /* !__MINGW32__ */
|
||||
|
||||
#endif /* __VIR_CONSOLE_H__ */
|
||||
|
Reference in New Issue
Block a user