mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-06 22:49:28 +01:00
Change clang-format settings
This commit is contained in:
parent
38838c9a9d
commit
73595f4588
27 changed files with 356 additions and 320 deletions
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "operand.h"
|
||||
#include "stream.h"
|
||||
#include <string>
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
class LiteralString : public Operand {
|
||||
public:
|
||||
public:
|
||||
LiteralString(const std::string& string);
|
||||
~LiteralString();
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ class LiteralString : public Operand {
|
|||
|
||||
virtual bool operator==(const Operand& other) const;
|
||||
|
||||
private:
|
||||
private:
|
||||
const std::string string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue