Changeset 853

Show
Ignore:
Timestamp:
08/19/08 00:16:28 (4 months ago)
Author:
hobu
Message:

whitespace normalization

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/liblas/capi/las_version.h

    r850 r853  
    4444 
    4545#ifndef LIBLAS_VERSION_MAJOR 
    46 #  define LIBLAS_VERSION_MAJOR    1 
    47 #  define LIBLAS_VERSION_MINOR    0 
    48 #  define LIBLAS_VERSION_REV      0 
    49 #  define LIBLAS_VERSION_BUILD    0 
     46#define LIBLAS_VERSION_MAJOR    1 
     47#define LIBLAS_VERSION_MINOR    0 
     48#define LIBLAS_VERSION_REV      0 
     49#define LIBLAS_VERSION_BUILD    0 
    5050#endif 
    5151 
    5252#ifndef LIBLAS_VERSION_NUM 
    53 #  define LIBLAS_VERSION_NUM      (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD) 
     53#define LIBLAS_VERSION_NUM      (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD) 
    5454#endif 
    5555 
    5656#ifndef LIBLAS_RELEASE_DATE 
    57 #  define LIBLAS_RELEASE_DATE     20080000 
     57#define LIBLAS_RELEASE_DATE     20080000 
    5858#endif 
    5959 
    6060#ifndef LIBLAS_RELEASE_NAME 
    61 #  define LIBLAS_RELEASE_NAME     "1.0.0b2" 
     61#define LIBLAS_RELEASE_NAME     "1.0.0b2" 
    6262#endif 
    6363