From 64f4826b6d6918b81d336f8c4296dc6094067f64 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 12 Dec 2011 17:48:51 +0000 Subject: Death to all TABs Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance --- client/windows/stdint.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'client/windows') diff --git a/client/windows/stdint.h b/client/windows/stdint.h index 768ca033..eaeb1996 100644 --- a/client/windows/stdint.h +++ b/client/windows/stdint.h @@ -338,21 +338,21 @@ typedef unsigned long long uintmax_t; Accoding to Douglas Gwyn : - "This spec was changed in ISO/IEC 9899:1999 TC1; in ISO/IEC + "This spec was changed in ISO/IEC 9899:1999 TC1; in ISO/IEC - 9899:1999 as initially published, the expansion was required + 9899:1999 as initially published, the expansion was required - to be an integer constant of precisely matching type, which + to be an integer constant of precisely matching type, which - is impossible to accomplish for the shorter types on most + is impossible to accomplish for the shorter types on most - platforms, because C99 provides no standard way to designate + platforms, because C99 provides no standard way to designate - an integer constant with width less than that of type int. + an integer constant with width less than that of type int. - TC1 changed this to require just an integer constant + TC1 changed this to require just an integer constant - *expression* with *promoted* type." + *expression* with *promoted* type." */ -- cgit