Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 17, 2011
1 parent ef7e4e9 commit ad1486b
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions lib/index.js
Expand Up @@ -76,27 +76,27 @@ exports.register_system_fonts = function() {
var num_faces = mapnik.fonts().length;
var dirs = [];

// node process.version is based on tools/wafadmin/Utils.py
// which pulls from python's sys.platform (uname)
// this info taken from Tools/ccroot.py
/*
platforms = {
'__linux__' : 'linux',
'__GNU__' : 'hurd',
'__FreeBSD__' : 'freebsd',
'__NetBSD__' : 'netbsd',
'__OpenBSD__' : 'openbsd',
'__sun' : 'sunos',
'__hpux' : 'hpux',
'__sgi' : 'irix',
'_AIX' : 'aix',
'__CYGWIN__' : 'cygwin',
'__MSYS__' : 'msys',
'_UWIN' : 'uwin',
'_WIN64' : 'win32',
'_WIN32' : 'win32'
}
*/
// node process.version is based on tools/wafadmin/Utils.py
// which pulls from python's sys.platform (uname)
// this info taken from Tools/ccroot.py
/*
platforms = {
'__linux__' : 'linux',
'__GNU__' : 'hurd',
'__FreeBSD__' : 'freebsd',
'__NetBSD__' : 'netbsd',
'__OpenBSD__' : 'openbsd',
'__sun' : 'sunos',
'__hpux' : 'hpux',
'__sgi' : 'irix',
'_AIX' : 'aix',
'__CYGWIN__' : 'cygwin',
'__MSYS__' : 'msys',
'_UWIN' : 'uwin',
'_WIN64' : 'win32',
'_WIN32' : 'win32'
}
*/

// linux, bsd systems or solaris/opensolaris
if (process.platform == 'linux' ||
Expand Down

0 comments on commit ad1486b

Please sign in to comment.