summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-12-12 17:48:51 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:58 +0200
commit64f4826b6d6918b81d336f8c4296dc6094067f64 (patch)
treefef0441ede7f2b7bffec4ebbc44402f362d2d323 /client/windows
parent8a36c625a64dee573c157256fe2a681a93a6aefe (diff)
downloadspice-64f4826b6d6918b81d336f8c4296dc6094067f64.tar.gz
spice-64f4826b6d6918b81d336f8c4296dc6094067f64.tar.xz
spice-64f4826b6d6918b81d336f8c4296dc6094067f64.zip
Death to all TABs
Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance
Diffstat (limited to 'client/windows')
-rw-r--r--client/windows/stdint.h16
1 files changed, 8 insertions, 8 deletions
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 <gwyn@arl.mil>:
- "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."
*/