Skip to content

Commit

Permalink
code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Aug 24, 2023
1 parent 2ba4237 commit 0d00bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectionstartframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ class ConnectionStartFrame : public ConnectionFrame
if (!properties.contains("copyright")) properties["copyright"] = "Copernica AMQP-CPP library :: Copyright 2015-2023 Copernica BV";
if (!properties.contains("information")) properties["information"] = "https://github.com/CopernicaMarketingSoftware/AMQP-CPP";
if (!properties.contains("capabilities")) properties["capabilities"] = capabilities;

if (!properties.contains("product")) properties["product"] = ProgramName();;
if (!properties.contains("connection_name")) properties["connection_name"] = ProgramName();

#if defined(_WIN32) || defined(_WIN64)
// i don't know that much about win32, so let's use hardcoded string
if (!properties.contains("platform")) properties["platform"] = "windows";
Expand Down

0 comments on commit 0d00bbb

Please sign in to comment.