[Code Reorganization] delete a trailing whitespace to pass jcheck

Thu, 01 Feb 2018 09:25:24 +0800

author
aoqi
date
Thu, 01 Feb 2018 09:25:24 +0800
changeset 8021
7745bb9444be
parent 8020
ed0d6e1dbcb2
child 8022
a9cf1a1da2b9

[Code Reorganization] delete a trailing whitespace to pass jcheck

src/os/linux/vm/os_linux.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/os/linux/vm/os_linux.cpp	Thu Feb 01 09:22:45 2018 +0800
     1.2 +++ b/src/os/linux/vm/os_linux.cpp	Thu Feb 01 09:25:24 2018 +0800
     1.3 @@ -4930,7 +4930,7 @@
     1.4  };
     1.5  
     1.6  #ifdef MIPS64
     1.7 -/* 2016/9/18 Jin 
     1.8 +/* 2016/9/18 Jin
     1.9   * Refer to:  libnuma_init() */
    1.10  int get_available_cpus() {
    1.11    typedef int (*numa_num_task_cpus_t)(void);

mercurial