mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-01 03:34:45 +02:00
Remove unnecessary spaces (#3642)
This commit is contained in:
14
README.rst
14
README.rst
@@ -92,7 +92,7 @@ Examples
|
|||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
|
||||||
#include <fmt/core.h>
|
#include <fmt/core.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
fmt::print("Hello, world!\n");
|
fmt::print("Hello, world!\n");
|
||||||
}
|
}
|
||||||
@@ -294,7 +294,7 @@ Then you can run the speed test::
|
|||||||
or the bloat test::
|
or the bloat test::
|
||||||
|
|
||||||
$ make bloat-test
|
$ make bloat-test
|
||||||
|
|
||||||
Migrating code
|
Migrating code
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@@ -315,13 +315,13 @@ Projects using this library
|
|||||||
an open-source library for mathematical programming
|
an open-source library for mathematical programming
|
||||||
|
|
||||||
* `Aseprite <https://github.com/aseprite/aseprite>`_:
|
* `Aseprite <https://github.com/aseprite/aseprite>`_:
|
||||||
animated sprite editor & pixel art tool
|
animated sprite editor & pixel art tool
|
||||||
|
|
||||||
* `AvioBook <https://www.aviobook.aero/en>`_: a comprehensive aircraft
|
* `AvioBook <https://www.aviobook.aero/en>`_: a comprehensive aircraft
|
||||||
operations suite
|
operations suite
|
||||||
|
|
||||||
* `Blizzard Battle.net <https://battle.net/>`_: an online gaming platform
|
* `Blizzard Battle.net <https://battle.net/>`_: an online gaming platform
|
||||||
|
|
||||||
* `Celestia <https://celestia.space/>`_: real-time 3D visualization of space
|
* `Celestia <https://celestia.space/>`_: real-time 3D visualization of space
|
||||||
|
|
||||||
* `Ceph <https://ceph.com/>`_: a scalable distributed storage system
|
* `Ceph <https://ceph.com/>`_: a scalable distributed storage system
|
||||||
@@ -330,7 +330,7 @@ Projects using this library
|
|||||||
|
|
||||||
* `ClickHouse <https://github.com/ClickHouse/ClickHouse>`_: an analytical database
|
* `ClickHouse <https://github.com/ClickHouse/ClickHouse>`_: an analytical database
|
||||||
management system
|
management system
|
||||||
|
|
||||||
* `Contour <https://github.com/contour-terminal/contour/>`_: a modern terminal emulator
|
* `Contour <https://github.com/contour-terminal/contour/>`_: a modern terminal emulator
|
||||||
|
|
||||||
* `CUAUV <https://cuauv.org/>`_: Cornell University's autonomous underwater
|
* `CUAUV <https://cuauv.org/>`_: Cornell University's autonomous underwater
|
||||||
@@ -391,7 +391,7 @@ Projects using this library
|
|||||||
|
|
||||||
* `quasardb <https://www.quasardb.net/>`_: a distributed, high-performance,
|
* `quasardb <https://www.quasardb.net/>`_: a distributed, high-performance,
|
||||||
associative database
|
associative database
|
||||||
|
|
||||||
* `Quill <https://github.com/odygrd/quill>`_: asynchronous low-latency logging library
|
* `Quill <https://github.com/odygrd/quill>`_: asynchronous low-latency logging library
|
||||||
|
|
||||||
* `QKW <https://github.com/ravijanjam/qkw>`_: generalizing aliasing to simplify
|
* `QKW <https://github.com/ravijanjam/qkw>`_: generalizing aliasing to simplify
|
||||||
|
Reference in New Issue
Block a user