Ignore:
Timestamp:
Jan 22, 2013, 4:23:22 PM (12 years ago)
Author:
meunier
Message:

Code formatting in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_numrep.cc

    r27 r52  
    3535
    3636#include <string>
     37
    3738#include "sc_numrep.h"
     39
    3840#ifdef HAVE_CONFIG_H
    3941#include "config.h"
     
    4345
    4446const std::string numrep_name[] = {
    45   "SC_DEC",
    46   "SC_BIN",
    47   "SC_BIN_US",
    48   "SC_BIN_SM",
    49   "SC_OCT",
    50   "SC_OCT_US",
    51   "SC_OCT_SM",
    52   "SC_HEX",
    53   "SC_HEX_US",
    54   "SC_HEX_SM",
    55   "SC_CSD"
     47    "SC_DEC",
     48    "SC_BIN",
     49    "SC_BIN_US",
     50    "SC_BIN_SM",
     51    "SC_OCT",
     52    "SC_OCT_US",
     53    "SC_OCT_SM",
     54    "SC_HEX",
     55    "SC_HEX_US",
     56    "SC_HEX_SM",
     57    "SC_CSD"
    5658};
    5759
    58 const std::string
    59 to_string (sc_numrep n)
    60 {
    61   return numrep_name[n];
     60const std::string to_string (sc_numrep n) {
     61    return numrep_name[n];
    6262}
    6363
     
    6565} // end of sc_dt namespace
    6666
     67/*
     68# Local Variables:
     69# tab-width: 4;
     70# c-basic-offset: 4;
     71# c-file-offsets:((innamespace . 0)(inline-open . 0));
     72# indent-tabs-mode: nil;
     73# End:
     74#
     75# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
     76*/
     77
Note: See TracChangeset for help on using the changeset viewer.