mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Main: remove extra space and refine code. (#3127)
This commit is contained in:
parent
232fbfa4c3
commit
ef04d411c0
1 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ void show_macro_features()
|
|||
|
||||
if (true) {
|
||||
stringstream ss;
|
||||
ss << "SRS on ";
|
||||
ss << "SRS on";
|
||||
#if defined(__amd64__)
|
||||
ss << " amd64";
|
||||
#endif
|
||||
|
@ -268,7 +268,7 @@ void show_macro_features()
|
|||
ss << " i386";
|
||||
#endif
|
||||
#if defined(__arm__)
|
||||
ss << "arm";
|
||||
ss << " arm";
|
||||
#endif
|
||||
#if defined(__aarch64__)
|
||||
ss << " aarch64";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue