diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
commit | 6cd8cc0b3461df48269fac24aad474154fb040b2 (patch) | |
tree | d1d1ee4cd41dcbf6a163d7c0327830d9db9a2d03 /include/m_protocols.h | |
parent | 2b49f2b34e0e3cbcda608c07e5cb206c9fa01c9a (diff) |
include: tabs over spaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@2317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_protocols.h')
-rw-r--r-- | include/m_protocols.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/include/m_protocols.h b/include/m_protocols.h index c7402c7d74..5cf76a7cfc 100644 --- a/include/m_protocols.h +++ b/include/m_protocols.h @@ -120,28 +120,28 @@ typedef struct tagPROTOFILETRANSFERSTATUS HANDLE hContact;
DWORD flags; // one of PFTS_* constants
- union {
- char **pszFiles;
- TCHAR **ptszFiles;
- WCHAR **pwszFiles;
- };
+ union {
+ char **pszFiles;
+ TCHAR **ptszFiles;
+ WCHAR **pwszFiles;
+ };
- int totalFiles;
+ int totalFiles;
int currentFileNumber;
unsigned __int64 totalBytes;
unsigned __int64 totalProgress;
- union {
- char *szWorkingDir;
- TCHAR *tszWorkingDir;
- WCHAR *wszWorkingDir;
- };
-
- union {
- char *szCurrentFile;
- TCHAR *tszCurrentFile;
- WCHAR *wszCurrentFile;
- };
+ union {
+ char *szWorkingDir;
+ TCHAR *tszWorkingDir;
+ WCHAR *wszWorkingDir;
+ };
+
+ union {
+ char *szCurrentFile;
+ TCHAR *tszCurrentFile;
+ WCHAR *wszCurrentFile;
+ };
unsigned __int64 currentFileSize;
unsigned __int64 currentFileProgress;
|