aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-05-23 13:47:31 +0000
committerNed Ludd <solar@gentoo.org>2007-05-23 13:47:31 +0000
commit7664417787f2c5cc3f2492903975f2edd9306b4f (patch)
treef8d308c83a911580416b4f1cb93062d31f7e3c84 /main.h
parent- whitespace cleanups (diff)
downloadportage-utils-7664417787f2c5cc3f2492903975f2edd9306b4f.tar.gz
portage-utils-7664417787f2c5cc3f2492903975f2edd9306b4f.tar.bz2
portage-utils-7664417787f2c5cc3f2492903975f2edd9306b4f.zip
- more whitespace cleanups. Added new whitespace test
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.h b/main.h
index 31d01a7..f738052 100644
--- a/main.h
+++ b/main.h
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2006 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/portage-utils/main.h,v 1.1 2007/05/12 02:19:28 solar Exp $
+ * $Header: /var/cvsroot/gentoo-projects/portage-utils/main.h,v 1.2 2007/05/23 13:47:31 solar Exp $
*
* Copyright 2005-2006 Ned Ludd - <solar@gentoo.org>
* Copyright 2005-2006 Mike Frysinger - <vapier@gentoo.org>
@@ -51,7 +51,6 @@
#define qfprintf(stream, fmt, args...) do { if (!quiet) fprintf(stream, _( fmt ), ## args); } while (0)
#define qprintf(fmt, args...) qfprintf(stdout, _( fmt ), ## args)
-
#define _q_unused_ __attribute__((__unused__))
#ifndef BUFSIZE